double sin(num radians)

Converts radians to a double and returns the sine of the value.

If radians is not a finite number, the result is NaN.

Source

external double sin(num radians);