api.dart.dev uses cookies from Google to deliver and enhance the quality of its services and to analyze traffic. Learn more.
Converts radians to a double and returns the sine of the value.
radians
If radians is not a finite number, the result is NaN.
external double sin(num radians);