🚀 DAY 5 OF LAUNCH WEEK: Introducing Socket Firewall Enterprise.Learn more
Socket
Book a DemoInstallSign in
Socket

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

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Arbitrary precision arithmetic for integers in big endian order for JavaScript

latest
Source
npmnpm
Version
12.0.0
Version published
Weekly downloads
6
50%
Maintainers
1
Weekly downloads
 
Created
Source

: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

Keywords

arbitrary

FAQs

Package last updated on 26 Oct 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts