UNPKG

aureooms-js-number

Version:

Primitive number type arithmetic for JavaScript

22 lines (21 loc) 529 B
export * from './add' ; export * from './constants' ; export * from './div' ; export * from './divmod' ; export * from './iadd' ; export * from './idiv' ; export * from './idivmod' ; export * from './imod' ; export * from './imul' ; export * from './ishl' ; export * from './ishr' ; export * from './ishu' ; export * from './isub' ; export * from './mod' ; export * from './mul' ; export * from './neg' ; export * from './shl' ; export * from './shr' ; export * from './shu' ; export * from './special' ; export * from './sub' ;