sqrt(x: f64) → f64
Category: [math](builtinsmath)_
Square root.
| Parameter | Type | Description | Remarks |
|---|---|---|---|
| x | f64 | The input value. | — |
| returns | f64 | The result. | — |
wcl
sqrt(144) // square root → 12.0sqrt(x: f64) → f64
Category: [math](builtinsmath)_
Square root.
| Parameter | Type | Description | Remarks |
|---|---|---|---|
| x | f64 | The input value. | — |
| returns | f64 | The result. | — |
sqrt(144) // square root → 12.0