Explain the use of Math.sin() mathematical function
1 Like
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
3 Likes
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.