This package has been deprecated

Author message:

This package has moved to @arithmetic-operations-for/naturals-big-endian.

@aureooms/js-integer-big-endian

11.0.2 • Public • Published

🐘 @aureooms/js-integer-big-endian

Arbitrary precision arithmetic for integers in big endian order. See docs. Twin project of @aureooms/js-integer-little-endian.

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

License Version Tests Dependencies Dev dependencies GitHub issues Downloads

Code issues Code maintainability Code coverage (alls) Code technical debt Documentation Package size

📜 Reference

/@aureooms/js-integer-big-endian/

    Package Sidebar

    Install

    npm i @aureooms/js-integer-big-endian

    Weekly Downloads

    0

    Version

    11.0.2

    License

    AGPL-3.0

    Unpacked Size

    1.15 MB

    Total Files

    14

    Last publish

    Collaborators

    • aureooms