Converts angles from degrees to radians.

Function Traits: FieldComputationFunction

ParameterTypeRequiredDefaultDescription
asstringoptional_deg2rad The name of the output field.
field[a]stringrequired  The name of the input field.

[a] The argument name field can be omitted.

The parameter name for field can be omitted; the following forms are equivalent:

logscale
math:deg2rad("value")

and:

logscale
math:deg2rad(field="value")