tangens

Use the tangens function to calculate the tangent of an angle.

 tangens ( angle )

The result of this function is of type NUMBER.

This function has one parameter

  1. angle, type NUMBER. The angle expressed in radians.

Examples

tangens (0) results in 0

tangens (90) results in -1.99520041

tangens (3.141592654) results in 0