In MongoDB, the $acosh
aggregation pipeline operator returns the hyperbolic arccosine (inverse hyperbolic cosine) of a value, measured in radians.
$acosh
accepts any valid expression that resolves to a number between 1
and +Infinity
.
The $acosh
operator was introduced in MongoDB 4.2.