Calculates the rounded positive square root of a double field.
Function Traits: FieldComputationFunction
Parameter | Type | Required | Default | Description |
---|---|---|---|---|
as | string | optional | _sqrt | The name of the output field. |
field [a] | string | required | The name of the input field. | |
The parameter name for field
can be omitted; the following forms are equivalent:
logscale
math:sqrt("value")
and:
logscale
math:sqrt(field="value")