12.0.0 • Published 2 years ago

@arithmetic-operations-for/naturals-big-endian v12.0.0

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

:elephant: @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

:scroll: Reference