Calculates the arc sine of a field; the returned angle is in the range -π/2 through π/2.

ParameterTypeRequiredDefaultDescription
asstringoptional[a]_arcsin The name of the output field.
field[b]stringrequired  The name of the input field.

[a] Optional parameters use their default value unless explicitly set

[b] The argument name field can be omitted.

Omitted Argument Names

The argument name for field can be omitted; the following forms of this function are equivalent:

logscale
math:arcsin("value")

and:

logscale
math:arcsin(field="value")