@0xtorch/big-decimal
Version:
An arbitrary precision Decimal type for TypeScript that extends BigInt.
12 lines (11 loc) • 449 B
text/typescript
export { absoluteValue } from './absoluteValue'
export { createBigDecimal } from './createBigDecimal'
export { divide } from './divide'
export { equals } from './equals'
export { greaterThan } from './greaterThan'
export { minus } from './minus'
export { plus } from './plus'
export { squareRoot } from './squareRoot'
export { times } from './times'
export { toStringBigDecimal } from './toStringBigDecimal'
export type { BigDecimal } from './type'