Calculate the square root of a nonnegative number

How can I calculate the square root of a nonnegative number in Stackby using the SQRT() function?

You can use the SQRT() function in Stackby to calculate the square root of a nonnegative number
Assuming your original number is in the “Number” column, your formula would look like this:
SQRT(Number)