Class ArithmeticOperators.ATan2

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

public static class ArithmeticOperators.ATan2 extends Object
An expression that calculates the inverse tangent of y / x, where y and x are the first and second values passed to the expression respectively.
Since:
3.3
Author:
Divya Srivastava