Sqrt()
Summary
Returns the square root of a number.
Syntax
sqrt_value = Sqrt(real input_value)
| Argument | Contents |
|---|---|
| input_value | Any number |
Returns
A real number that is the square root of input_value.
See Also
| Function | Summary |
|---|---|
| Pow() | Computes the value of a number raised to a power |