menu
antidart package
documentation
kotlin.dart
sqrt function
sqrt function
dark_mode
light_mode
sqrt
function
num
sqrt
(
num
x
)
Computes the positive square root of the value
x
.
Implementation
num sqrt(num x) => math.sqrt(x);
antidart package
documentation
kotlin
sqrt function
kotlin.stdlib library