atan method

double atan()

Returns the arc-tan of this num.

Implementation

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