acos()
Learn how to use the acos() function to calculate the angle of the cosine input.
Calculates the angle whose cosine is the specified number. Inverse operation of cos()
.
Syntax
acos(
x)
Parameters
Name | Type | Required | Description |
---|---|---|---|
x | real | ✔️ | The value used to calculate the arc cosine. |
Returns
The value of the arc cosine of x
. The return value is null
if x
< -1 or x
> 1.
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.