Converts x to a double and returns the sine of the value.
x
If x is not a finite number, the result is NaN.
external double sin(num x);