Uses of Class
org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ATan
Packages that use ArithmeticOperators.ATan
Package
Description
Support for the MongoDB aggregation framework.
-
Uses of ArithmeticOperators.ATan in org.springframework.data.mongodb.core.aggregation
Methods in org.springframework.data.mongodb.core.aggregation that return ArithmeticOperators.ATanModifier and TypeMethodDescriptionArithmeticOperators.ArithmeticOperatorFactory.atan()Creates newAggregationExpressionthat calculates the inverse tangent of a numeric value.static ArithmeticOperators.ATanCreates a newAggregationExpressionthat calculates the inverse tangent of a value.static ArithmeticOperators.ATanCreates a newAggregationExpressionthat calculates the inverse tangent of a value.static ArithmeticOperators.ATanArithmeticOperators.ATan.atanOf(AggregationExpression expression) Creates a newAggregationExpressionthat calculates the inverse tangent of a value.