sin method

double sin(
  1. double x
)

Computes the sine of x (measured in radians).

Implementation

double sin(double x) => dart_math.sin(x);