menu
ella package
documentation
math/Math.dart
Math
atan2 static method
atan2 static method
dark_mode
light_mode
atan2
static method
double
atan2
(
num
a
,
num
b
)
atan2
Implementation
static double atan2(num a, num b) { return dartMath.atan2(a, b); }
ella package
documentation
math/Math
Math
atan2 static method
Math class