import type { FunctionDefinition } from '../../definition_types'; /** * Returns the arctangent of the input * numeric expression as an angle, expressed in radians. * * @example * ROW a=12.9 * | EVAL atan=ATAN(a) */ declare const definition: FunctionDefinition; export default definition; //# sourceMappingURL=atan.d.ts.map