menu
const_math package
documentation
functions.dart
atan2
atan2.new const constructor
atan2.new const constructor
dark_mode
light_mode
atan2
constructor
const
atan2
(
num
y
,
num
x
)
Mimic atan2 function.
Implementation
const factory atan2(num y, num x) = ConstMath.atan2;
const_math package
documentation
functions
atan2
atan2.new const constructor
atan2 extension type