UNPKG

nerdamer-ts

Version:

javascript light-weight symbolic math expression evaluator

8 lines (7 loc) 212 B
/** * Returns minimum of a set of numbers * @returns {Symbol} */ export function min(...args: any[]): Symbol; export function symMinMax(f: any, args: any): any; import { Symbol } from "../../../Types/Symbol";