import type { FunctionDefinition } from '../../definition_types'; /** * Returns the value of e raised to the power of the given number. * * @example * ROW d = 5.0 * | EVAL s = EXP(d) */ declare const definition: FunctionDefinition; export default definition; //# sourceMappingURL=exp.d.ts.map