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