tan method

double tan()

Returns the tan of this num.

Implementation

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