Returns the square root(s) of the specified number(s).
sqrt( number, … )
number: (Decimal Array) A number or array of numbers, the square root(s) of which will be returned.
Decimal
You can experiment with this function in the test box below.
Test Input
sqrt(2.25)
returns 1.5