UNPKG

the-math

Version:

TheMath is an extensive math library for JavaScript and Node.js. It features a flexible expression parser

7 lines (6 loc) 158 B
export default function round(operation: { number: number; }, options?: { precision?: number; roundType?: 'floor' | 'ceil' | 'round'; }): number;