Calculates the arc cosine of a field; the returned angle is in the range 0.0 through π.
Function Traits: FieldComputationFunction
Parameter | Type | Required | Default | Description |
---|---|---|---|---|
as | string | optional | _arccos | 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:arccos("value")
and:
logscale
math:arccos(field="value")