dart / 2 / dart-math / sin.html

sin function

double sin(
  1. 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.

Implementation

external double sin(num radians);

© 2012 the Dart project authors
Licensed under the BSD 3-Clause "New" or "Revised" License.
https://api.dart.dev/stable/2.18.5/dart-math/sin.html