mingo
Version:
MongoDB query language for in-memory objects
5 lines (4 loc) • 309 B
TypeScript
import { Any, AnyObject, Options } 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: (obj: AnyObject, expr: Any, options: Options) => number | null;