ACOS
Calculates the arc cosine of a number
ACOS(number
, radians
)
Returns the arc cosine of a number
. Default produces result in radians.
Arguments
Argument
Description
number
Number to take arc cosine of.
radians
True to produce output in radians (default), false to produce output in degrees.
Output
The arc cosine of a number
.
Example
Last updated