Computer Science

Explain the use of Math.sin() mathematical function

Java Math Lib Methods

1 Like

Answer

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


Related Questions