Provide the cosine values for various angles.
System. |
The cos() method computes the cosine of an angle.
Note: Angles are expressed in radians.
Hint: Utilize the constant Math.PI to express angles as fractions of PI.
public |
Parameter |
description |
angle |
Mandatory: An angle in radians to calculate its cosine. |
Returns |
A double value indicating the cosine of an angle. |
Java Version |
Any |