Number to convert into its arc sine value.
asin
asin(angle: Number): Number | NaN
Returns an arc sine value that can range from -pi/2
through pi/2
.
If the absolute value of the input is greater than 1, the result
is null
.
Introduced in DataWeave version 2.4.0.