sine method

double sine()

Calculates the sine of this angle.

Implementation

double sine() => math.sin(mks.toDouble());