public static native double sin (double a)

Returns the trigonometric sine of an angle. Special cases:

Parameters:
a    an angle, in radians.

Returns:  the sine of the argument.