UNPKG

@gattamaneni/js-big-decimal

Version:

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

2 lines (1 loc) 90 B
export declare function divide(dividend: any, divisor: any, precission?: number): string;