menu
cdart package
documentation
math.dart
atan2f function
atan2f function
dark_mode
light_mode
atan2f
function
double
atan2f
(
double
y
,
double
x
)
Implementation
double atan2f(double y, double x) => math.atan2(y, x);
cdart package
documentation
math
atan2f function
math library