atan2l function

double atan2l(
  1. double y,
  2. double x
)

Implementation

double atan2l(double y, double x) => math.atan2(y, x);