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