Class ArithmeticOperators.ACosh

java.lang.Object
org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ACosh
All Implemented Interfaces:
AggregationExpression, MongoExpression
Enclosing class:
ArithmeticOperators

public static class ArithmeticOperators.ACosh extends Object
An expression that calculates the inverse hyperbolic cosine of a value.
Since:
3.4
Author:
Divya Srivastava