10.0.1 • Published 3 years ago

@aureooms/js-integer v10.0.1

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

:zzz: @aureooms/js-integer

Integers for JavaScript. See docs. Parent is @aureooms/js-algorithms.

import { ZZ } from '@aureooms/js-integer' ; 
const a = ZZ.from( '2983928392839289387' ) ;
const b = ZZ.from( '-302940923028393' ) ;
a.mul( b ).toString( ) ; // '-903954021577363596419770144565091'

License Version Build Dependencies Dev dependencies GitHub issues Downloads

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

:baby: Children

The current underlying implementation uses big endian order. There is no alternative for the moment.

:scroll: Reference

:link: Links