SQRT
Last updated
Was this helpful?
Last updated
Was this helpful?
The function SQRT takes a number and returns the square root of that number.
This function takes a single as input. It outputs another Number: the square root of the input.
number (type: Number
) The number to find the square root of.
square_root (type: Number
) The square root the given Number.
The following example takes the number 16 and returns the square root: