Math.tan method
The Math.tan method returns
the tangent of a number (this number
must be an angle in radians).
Syntax
Math.tan(number);
Example
Let's output the tangent
of 89:
console.log(Math.tan(89));
The code execution result:
1.6858253705060158