1.0.4 • Published 7 years ago

biginteger_easy v1.0.4

Weekly downloads
1
License
ISC
Repository
-
Last release
7 years ago

biginteger_easy NPM version

An arbitrarily-sized-integer library for JavaScript.

Installation

$ npm install biginteger_easy

###Summary ####Support operation

  • "+"
  • "-"
  • "*"
  • "/"
  • "%"
  • "|"
  • "&"
  • "<<"
  • ">>"

API

  • biginteger_easy.add()
  • biginteger_easy.minus()
  • biginteger_easy.multiplication()
  • biginteger_easy.calcRemainder()
  • biginteger_easy.calcDivide()
  • biginteger_easy.toBinary()
  • biginteger_easy.toDec()
  • biginteger_easy.calcOr()
  • biginteger_easy.calcAnd()
  • biginteger_easy.calcLeft()
  • biginteger_easy.calcRight()

Contributing

  • Fork this Repo first
  • Clone your Repo
  • Install dependencies by $ npm install
  • Checkout a feature branch
  • Feel free to add your features
  • Make sure your features are fully tested
  • Publish your local branch, Open a pull request
  • Enjoy hacking <3

ISC license

Copyright (c) 2017


Example

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago