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
sqrt(2.25) returns 1.5
sqrt(2.25)
1.5
On This Page