Skip to main content

atan

Overloads

NameDescription
atan(integer arg) -> realCalculates the arctangent (inverse tangent) of the given value.
atan(real arg) -> realCalculates the arctangent (inverse tangent) of the given value.
atan(bool arg) -> realCalculates the arctangent (inverse tangent) of the given value.
atan(complex arg) -> complexCalculates 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.