sqrt(x: f64) → f64

Category: [math](builtinsmath)_

Square root.

ParameterTypeDescriptionRemarks
xf64The input value.
returnsf64The result.
wcl
sqrt(144)   // square root → 12.0