UNPKG

js-big-decimal

Version:

Work with large numbers on the client side. Round them off to any required precision.

3 lines (2 loc) 161 B
import { RoundingModes } from './roundingModes'; export declare function divide(dividend: any, divisor: any, precission?: number, mode?: RoundingModes): string;