UNPKG

nerdamer-ts

Version:

javascript light-weight symbolic math expression evaluator

9 lines (8 loc) 260 B
/** * Round a number up to s decimal places * @param {Symbol} x * @param {int} s - the number of decimal places * @returns {undefined} */ export function round(x: Symbol, s: any, ...args: any[]): undefined; import { Symbol } from "../../../Types/Symbol";