UNPKG

ethers-maths

Version:

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

4 lines (3 loc) 199 B
import { BigNumberish } from "ethers"; export declare const compMul: (x: BigNumberish, other: BigNumberish) => bigint; export declare const compDiv: (x: BigNumberish, other: BigNumberish) => bigint;