mirror of
https://github.com/nushell/nushell.git
synced 2024-11-26 10:23:52 +01:00
246 B
246 B
title | layout | version |
---|---|---|
math sqrt | command | 0.59.1 |
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