项目作者: make-github-pseudonymous-again

项目描述 :
:zzz: Integers for JavaScript (ℤ)
高级语言: JavaScript
项目地址: git://github.com/make-github-pseudonymous-again/js-integer.git
创建时间: 2014-06-11T12:49:55Z
项目社区:https://github.com/make-github-pseudonymous-again/js-integer

开源协议:GNU Affero General Public License v3.0

下载


:zzz: @aureooms/js-integer



The Zahlen symbol



User:Alejo2083

/
CC BY-SA 3.0

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

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

License
@aureooms/js-integer"">Version
Build
Dependencies
Dev dependencies
GitHub issues
@aureooms/js-integer"">Downloads

Code issues
Code maintainability
Code coverage (cov)
Code technical debt
Documentation
@aureooms/js-integer"">Package size

:baby: Children

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

:scroll: Reference