Math.acos

Math.acos

Math.acos

Function

Arc cosine. Returns the arccosine of value in radians.

Syntax

Parameters

ParametersTypeRequiredDefault valueDescription
valueNumberYesNoneThe number involved in the calculation.

Return value

TypeDescription
Int/FloatReturns the arc cosine of value in radians. An Int is returned for integer results, and a Float for non-integer or non-finite results.

Example

Notes

  • Return NaN according to the f64 rule when exceeding [-1, 1].