menu
stdc package
documentation
math.dart
MathStdc
atan method
atan method
dark_mode
light_mode
atan
method
double
atan
(
double
x
)
Computes the principal value of the arc tangent of
x
.
Implementation
double atan(double x) => dart_math.atan(x);
stdc package
documentation
math
MathStdc
atan method
MathStdc extension on
Stdc