tan
Overloads
| Name | Description |
|---|---|
tan(integer arg) -> real | Calculates the tangent of the given angle in radians. |
tan(real arg) -> real | Calculates the tangent of the given angle in radians. |
tan(bool arg) -> real | Calculates the tangent of the given angle in radians. |
tan(complex arg) -> complex | Calculates 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.