UNPKG

ethers-maths

Version:

➗ Useful ethers-based math libraries to ease the journey through off-chain fixed-point arithmetics

8 lines (7 loc) 269 B
export declare const PERCENT: bigint; export declare const WAD: bigint; export declare const RAY: bigint; export declare const WAD_SQUARED: bigint; export declare const HALF_PERCENT: bigint; export declare const HALF_WAD: bigint; export declare const HALF_RAY: bigint;