Computer Science, asked by TechieGuy, 10 months ago

A function used to find sine of an angle given in radians in Java.​

Answers

Answered by girisht232
0

Answer:

Return Value of sin() method in JAVA

sin() method returns numeric value (double) after calculating sine of given argument (angle), in radian. if argumment ( X ) is NaN , sin() method returns NaN . if argumment ( X ) is infinity, sin() method returns NaN .

Similar questions