@arithmetic-operations-for/naturals-big-endian

12.0.0 • Public • Published

🐘 @arithmetic-operations-for/naturals-big-endian

Arbitrary precision arithmetic for integers in big endian order. See docs. Twin project of @arithmetic-operations-for/naturals-little-endian.

import {parse, stringify, translate} from '@arithmetic-operations-for/naturals-big-endian';
parse(16, 100, 'ff'); // [ 2 , 55 ]
stringify(100, 16, [2, 55]); // 'ff'
translate(10, 16, '255'); // 'ff'

License Version Tests Dependencies GitHub issues Downloads

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

📜 Reference

Package Sidebar

Install

npm i @arithmetic-operations-for/naturals-big-endian

Weekly Downloads

22

Version

12.0.0

License

AGPL-3.0

Unpacked Size

1.43 MB

Total Files

18

Last publish

Collaborators

  • raskat