import type { FunctionDefinition } from '../../definition_types'; /** * Returns the hyperbolic tangent of a number. * * @example * ROW a=1.8 * | EVAL tanh=TANH(a) */ declare const definition: FunctionDefinition; export default definition; //# sourceMappingURL=tanh.d.ts.map