math sqrt for math

Returns the square root of the input number.

Signature

> math sqrt

Input/output types:

inputoutput
list<number>list<number>
numbernumber

Examples

Compute the square root of each number in a list

> [9 16] | math sqrt
╭───┬───╮
│ 03 │
│ 14 │
╰───┴───╯