atan
Overloads
| Name | Description |
|---|---|
atan(integer arg) -> real | Calculates the arctangent (inverse tangent) of the given value. |
atan(real arg) -> real | Calculates the arctangent (inverse tangent) of the given value. |
atan(bool arg) -> real | Calculates the arctangent (inverse tangent) of the given value. |
atan(complex arg) -> complex | Calculates the arctangent (inverse tangent) of the given value. |
atan(integer arg) -> real
Calculates the arctangent (inverse tangent) of the given value.
Parameters
- arg: The value to calculate the arctangent for.
atan(real arg) -> real
Calculates the arctangent (inverse tangent) of the given value.
Parameters
- arg: The value to calculate the arctangent for.
atan(bool arg) -> real
Calculates the arctangent (inverse tangent) of the given value.
Parameters
- arg: The value to calculate the arctangent for.
atan(complex arg) -> complex
Calculates the arctangent (inverse tangent) of the given value.
Parameters
- arg: The value to calculate the arctangent for.