Converts angles from degrees to radians.
Function Traits: FieldComputationFunction
Parameter | Type | Required | Default | Description |
---|---|---|---|---|
as | string | optional | _deg2rad | 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:deg2rad("value")
and:
logscale
math:deg2rad(field="value")