Computer Science, asked by ruhi668, 1 year ago

java program on tangents values​

Answers

Answered by Zisha7
0

Answer:

The java.lang.Math.tan() returns the trigonometric tangent of an angle.

If the argument is NaN or an infinity, then the result returned is NaN.

If the argument is zero, then the result is a zero with the same sign as the argument.

Answered by Anonymous
2

Explanation:

Answer:

The java.lang.Math.tan() returns the trigonometric tangent of an angle.

If the argument is NaN or an infinity, then the result returned is NaN.

If the argument is zero, then the result is a zero with the same sign as the argument.

Similar questions