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