Uses of Class
org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ACosh
Packages that use ArithmeticOperators.ACosh
Package
Description
Support for the MongoDB aggregation framework.
-
Uses of ArithmeticOperators.ACosh in org.springframework.data.mongodb.core.aggregation
Methods in org.springframework.data.mongodb.core.aggregation that return ArithmeticOperators.ACoshModifier and TypeMethodDescriptionArithmeticOperators.ArithmeticOperatorFactory.acosh()Creates newAggregationExpressionthat calculates the inverse hyperbolic cosine of a numeric value.static ArithmeticOperators.ACoshCreates a newAggregationExpressionthat calculates the inverse hyperbolic cosine of a value.static ArithmeticOperators.ACoshCreates a newAggregationExpressionthat calculates the inverse hyperbolic cosine of a value.static ArithmeticOperators.ACoshArithmeticOperators.ACosh.acoshOf(AggregationExpression expression) Creates a newAggregationExpressionthat calculates the inverse hyperbolic cosine of a value.