sqrt
Square root operator
sqrt(a)
Parameters
| Name | Type | Description |
|---|---|---|
a |
field | Value to take the square root of |
Formula
result = SQRT(a)
Examples
// square-root-scaled volume
sqrt(volume) > 1000;
Returns
float