public static native double cos (double a)

Returns the trigonometric cosine of an angle. Special cases:

Parameters:
a    an angle, in radians.

Returns:  the cosine of the argument.