Explain the use of Math.sin() mathematical function
3 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
2 Likes
Explain the use of Math.log() mathematical function
Explain the use of Math.exp() mathematical function
What are the advantages of Scanner Class? Explain.
Explain the use of Math.atan() mathematical function