acos(value)¶
Definition¶
Double acos(Number value)
Description¶
Returns a Double that is the arc cosine of a value, the returned angle is expressed in radians in the range of -pi/2 to pi/2.
Parameter Definition¶
Name | Type | Description |
---|---|---|
value | Number | Input value |