Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Return the (trigonometric) tan function of an angle.

Syntax

tan(angle)

ArgumentTypeDescription
angleNumberThe angle in radians.

Examples

tan($degrees*pi/180)

...