import type { FunctionDefinition } from '../../definition_types'; /** * Returns the arcsine of the input * numeric expression as an angle, expressed in radians. * * @example * ROW a=.9 * | EVAL asin=ASIN(a) */ declare const definition: FunctionDefinition; export default definition; //# sourceMappingURL=asin.d.ts.map