sin static method

double sin(
  1. num radians
)

Implementation

static double sin(num radians) => dart_math.sin(radians);