mirror of
https://github.com/danbulant/nushell
synced 2026-05-19 12:29:03 +00:00
246 B
246 B
| title | layout | version |
|---|---|---|
| math sqrt | command | 0.59.0 |
Applies the square root function to a list of numbers
Signature
> math sqrt
Examples
Apply the square root function to a list of numbers
> [9 16] | math sqrt