UNPKG

@melonproject/token-math

Version:

A small helper library to do precision safe calculations

5 lines (4 loc) 249 B
import BigInteger from "./BigInteger"; import ConvertableBigInteger from "./ConvertableBigInteger"; declare const getGreatestCommonDivisor: (a: ConvertableBigInteger, b: ConvertableBigInteger) => BigInteger; export default getGreatestCommonDivisor;