UNPKG

mingo

Version:

MongoDB query language for in-memory objects

5 lines (4 loc) 260 B
import { ExpressionOperator } from "../../../types"; /** * Returns the inverse tangent (arc tangent) of y / x in radians, where y and x are the first and second values passed to the expression respectively. */ export declare const $atan2: ExpressionOperator;