@univerjs/engine-formula v0.5.4


Variable: functionMath

const functionMath: (
  | (
  | FUNCTION_NAMES_MATH
  | typeof Base)[]
  | (
  | FUNCTION_NAMES_MATH
  | typeof Product)[]
  | (
  | FUNCTION_NAMES_MATH
  | typeof Randarray)[]
  | (
  | FUNCTION_NAMES_MATH
  | typeof Subtotal)[]
  | (
  | FUNCTION_NAMES_MATH
  | typeof Sumifs)[])[];

Defined in: submodules/univer/packages/engine-formula/src/functions/math/function-map.ts:99