sin method

double sin()

Returns the sin of this num.

Implementation

double sin() => math.sin(this);