3.0.0 • Published 8 years ago

aureooms-js-integer-big-endian v3.0.0

Weekly downloads
2
License
AGPL-3.0
Repository
github
Last release
8 years ago

js-integer-big-endian

Arbitrary precision arithmetic for integers in big endian order.

integer.parse( 16 , 100 , 'ff' ) ; // [ 2 , 55 ]
integer.stringify( 100 , 16 , [ 2 , 55 ] ) ; // 'ff'
integer.translate( 10 , 16 , '255' ) ; // 'ff'

NPM license NPM version Build Status Coverage Status Dependencies Status devDependencies Status Code Climate NPM downloads per month GitHub issues Documentation

Reference