atan method

double atan(
  1. double x
)

Computes the principal value of the arc tangent of x.

Implementation

double atan(double x) => dart_math.atan(x);