atan constant

double Function(num x) const atan

Computes and returns the value, in radians, of the angle whose tangent is specified in the parameter x. Shortcut of math.atan

Implementation

static const atan = math.atan;