mirror of
https://github.com/nushell/nushell
synced 2025-01-28 21:05:48 +00: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