Calculates the arc tangent of a value; the returned angle is in the range -π/2 through π/2.
Omitted Argument NamesThe argument name for
field
can be omitted; the following forms of this function are equivalent:logscalemath:arctan("field")
and:
logscalemath:arctan(field="field")
These examples show basic structure only; full examples are provided below.