Number to convert into it arc cosine value.
acos
acos(angle: Number): Number | NaN
Returns an arc cosine value that can range from 0.0
through pi.
If the absolute value of the input is greater than 1
,
the result is null
.
Introduced in DataWeave version 2.4.0.