atan2 static method

double atan2(
  1. num a,
  2. num b
)

Implementation

static double atan2(num a, num b) => dart_math.atan2(a, b);