import type { FunctionDefinition } from '../../definition_types'; /** * The angle between the positive x-axis and the ray from the * origin to the point (x , y) in the Cartesian plane, expressed in radians. * * @example * ROW y=12.9, x=.6 * | EVAL atan2=ATAN2(y, x) */ declare const definition: FunctionDefinition; export default definition; //# sourceMappingURL=atan2.d.ts.map