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