Skip to content

make-github-pseudonymous-again/js-integer

Folders and files

NameName
Last commit message
Last commit date
Mar 23, 2021
Mar 23, 2021
Mar 23, 2021
Mar 23, 2021
Apr 26, 2021
Mar 23, 2021
Mar 23, 2021
Mar 23, 2021
Mar 23, 2021
Mar 23, 2021
Mar 23, 2021
Mar 23, 2021
Nov 25, 2020
Sep 7, 2014
Apr 26, 2021
Mar 23, 2021
Apr 26, 2021
Apr 26, 2021
Mar 23, 2021
Mar 23, 2021

Repository files navigation

The Zahlen symbol
User:Alejo2083 / CC BY-SA 3.0

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

👶 Children

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

📜 Reference

🔗 Links