nushell/docs/commands/math_sqrt.md

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