UNPKG

@qrvey/formula-lang

Version:

QFormula support for qrvey projects

6 lines (5 loc) 185 B
import { FunctionDefinition } from '../constants/interfaces'; /** * `ROUNDUP` Rounds a number up to a specified number of digits. */ export declare const ROUNDUP: FunctionDefinition;