UNPKG

@qrvey/formula-lang

Version:

QFormula support for qrvey projects

6 lines (5 loc) 213 B
import { FunctionDefinition } from '../constants/interfaces'; /** * `POWER` Returns the value of the first argument raised to the power of the second argument. */ export declare const POWER: FunctionDefinition;