Skip to main content

acos

Overloads

NameDescription
acos(integer arg) -> realCalculates the arccosine (inverse cosine) of the given value.
acos(complex arg) -> complexCalculates the arccosine (inverse cosine) of the given value.
acos(bool arg) -> realCalculates the arccosine (inverse cosine) of the given value.
acos(real arg) -> realCalculates the arccosine (inverse cosine) of the given value.

acos(integer arg) -> real

Calculates the arccosine (inverse cosine) of the given value.

Parameters

  • arg: The value to calculate the arccosine for.

acos(complex arg) -> complex

Calculates the arccosine (inverse cosine) of the given value.

Parameters

  • arg: The value to calculate the arccosine for.

acos(bool arg) -> real

Calculates the arccosine (inverse cosine) of the given value.

Parameters

  • arg: The value to calculate the arccosine for.

acos(real arg) -> real

Calculates the arccosine (inverse cosine) of the given value.

Parameters

  • arg: The value to calculate the arccosine for.