acos
Overloads
| Name | Description |
|---|---|
acos(integer arg) -> real | Calculates the arccosine (inverse cosine) of the given value. |
acos(complex arg) -> complex | Calculates the arccosine (inverse cosine) of the given value. |
acos(bool arg) -> real | Calculates the arccosine (inverse cosine) of the given value. |
acos(real arg) -> real | Calculates 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.