TAN

TAN(arg1) → { number | string | boolean }

Returns the tangent of an angle.

Parameters:

Name Type Description
arg1 number

Is the angle in radians for which you want the tangent. Degrees * PI()/180 = radians.

Returns:

Type
number | string | boolean