flutterxel_core_atan2 method

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

Implementation

double flutterxel_core_atan2(double y, double x) {
  return _flutterxel_core_atan2(y, x);
}