Provide the arccosine of various numbers.
System. |
The acos() method computes the arc cosine of a number.
Hint: The result of acos(-1) yields the value of π.
public |
Parameter |
Description |
number |
Mandatory. A number within the range of -1 to 1, for which the arc cosine is to be calculated. If the value falls outside this range, it returns NaN (Not a Number). |
Returns: |
A double value that represents the arc cosine of a number. |