sin constructor

const sin(
  1. num d
)

Calculate sine value in radius.

Implementation

const factory sin(num d) = ConstMath.sin;