atan static method

double atan(
  1. num x
)

Implementation

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