tangent method

double tangent()

Calculates the tangent of this angle.

Implementation

double tangent() => math.tan(mks.toDouble());