Skip to main content

tan

Overloads

NameDescription
tan(integer arg) -> realCalculates the tangent of the given angle in radians.
tan(real arg) -> realCalculates the tangent of the given angle in radians.
tan(bool arg) -> realCalculates the tangent of the given angle in radians.
tan(complex arg) -> complexCalculates the tangent of the given angle in radians.

tan(integer arg) -> real

Calculates the tangent of the given angle in radians.

Parameters

  • arg: The angle in radians.

tan(real arg) -> real

Calculates the tangent of the given angle in radians.

Parameters

  • arg: The angle in radians.

tan(bool arg) -> real

Calculates the tangent of the given angle in radians.

Parameters

  • arg: The angle in radians.

tan(complex arg) -> complex

Calculates the tangent of the given angle in radians.

Parameters

  • arg: The angle in radians.