Application Integration
- Application Integration
- All Products
math:sqrt(arg)
Argument | Required/Optional | Description |
|---|---|---|
arg | Required | A non-negative numeric value to compute the
square root of. |
|
|
|---|---|
math:sqrt(9) | 3 |
math:sqrt(0) | 0 |
math:sqrt(2) | 1.41421356237 |
math:sqrt(-1) | Error or empty sequence |
math:sqrt(()) | () |