menu
assertable_json package
documentation
extensions.dart
NumericConditions
sqrt method
sqrt method
dark_mode
light_mode
sqrt
method
double
sqrt
(
)
Returns the square root of this number.
Implementation
double sqrt() => math.sqrt(toDouble());
assertable_json package
documentation
extensions
NumericConditions
sqrt method
NumericConditions extension on
num