Math.cos
Math.cos
Class Overview
|
Class Members
|
This Package
|
All Packages
Syntax
public static native double cos( double
a
)
Parameters
a
an angle, in radians.
Returns
the cosine of the argument.
Description
Returns the trigonometric cosine of an angle.