UNPKG

@qrvey/formula-lang

Version:

QFormula support for qrvey projects

6 lines (5 loc) 185 B
import { FunctionDefinition } from '../constants/interfaces'; /** * `LOG` Returns a number rounded to the next greatest even integer. */ export declare const LOG: FunctionDefinition;