Js Integer

💤 Integers for JavaScript (ℤ)
Alternatives To Js Integer
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
C Plus Plus24,554
2 days ago32mitC++
Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes.
C16,307
a day ago19gpl-3.0C
Collection of various algorithms in mathematics, machine learning, computer science, physics, etc implemented in C for educational purposes.
Computer Science Resources2,096
9 days ago5
A list of resources in different fields of Computer Science
Ml Foundations1,705
7 months agomitJupyter Notebook
Machine Learning Foundations: Linear Algebra, Calculus, Statistics & Computer Science
Self Learning Computer Science1,682
4 months ago
the resources I use to learn computer science in my spare time
Teaching802
6 months agogpl-3.0Mathematica
Teaching Materials for Dr. Waleed A. Yousef
Ml University616
3 months ago
Machine Learning Open Source University
Axelrod615
16 days ago1January 31, 201956otherPython
A research tool for the Iterated Prisoner's Dilemma
Paperlib467
4 days ago18gpl-3.0TypeScript
An open-source academic paper management tool.
Learn Something Every Day409
2 months ago4CSS
📝 A compilation of everything that I learn; Computer Science, Software Development, Engineering, Math, and Coding in General. Read the rendered results here ->
Alternatives To Js Integer
Select To Compare


Alternative Project Comparisons
Readme

💤 @aureooms/js-integer

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

Popular Mathematics Projects
Popular Computer Science Projects
Popular Mathematics Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Javascript
Mathematics
Computer Science
Gcd
Arbitrary Precision
Bignumber