Explain the use of Math.sin() mathematical function
2 Likes
This method returns the trigonometric sine of an angle. Its argument is the angle in radians. It has the following syntax:
double sin(double a)
Answered By
1 Like
Explain the use of Math.log() mathematical function
Explain the use of Math.exp() mathematical function
Explain the use of Math.atan() mathematical function
What are the advantages of Scanner Class? Explain.