menu
stdc package
documentation
math.dart
MathStdc
sqrt method
sqrt method
dark_mode
light_mode
sqrt
method
double
sqrt
(
double
x
)
Computes the non-negative square root of
x
.
Implementation
double sqrt(double x) => dart_math.sqrt(x);
stdc package
documentation
math
MathStdc
sqrt method
MathStdc extension on
Stdc