cos method

double cos()

Returns the cos of this num.

Implementation

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