Math.sin

Class Overview | Class Members | This Package | All Packages

Syntax

public static native double sin( double a )

Parameters
  • a
    an angle, in radians.
Returns

the sine of the argument.

Description

Returns the trigonometric sine of an angle.