cosine method

double cosine()

Calculates the cosine of this angle.

Implementation

double cosine() => math.cos(mks.toDouble());