UNPKG

big-numbers

Version:

JavaScript BugNumbers arithmetic library

33 lines (23 loc) 1.52 kB
# BigNumbers BigNumbers is open source JavaScript library under MIT license for precision arithmetic calculations ## Installation ``` npm install --save big-numbers ``` ## Quick Start * <a href="http://bignumbers.tech/tutorials/java-script">JavaScript tutorial</a> - explains how to use BigNumbers directly in your html pages * <a href="http://bignumbers.tech/tutorials/angular">Angular tutorial</a> - explains how to use BigNumbers in Angular applications * <a href="http://bignumbers.tech/tutorials/nodejs">NodeJS tutorial</a> - explains how to use BigNumbers as NodeJS module ## Documentation * <a href="http://bignumbers.tech/documentation/configuration">Configuration</a> * <a href="http://bignumbers.tech/documentation/parsing">Creating new BigNumber</a> * <a href="http://bignumbers.tech/documentation/precision">Precision</a> * <a href="http://bignumbers.tech/documentation/rounding-mode">Rounding Mode</a> * <a href="http://bignumbers.tech/documentation/arithmetic-operations">Arithmetic Operations</a> * <a href="http://bignumbers.tech/documentation/trigonometric-functions">Trigonometric Functions</a> * <a href="http://bignumbers.tech/documentation/logic-operations">Logic Operations</a> * <a href="http://bignumbers.tech/documentation/formatting">Formatting</a> ## Resources * <a href="http://bignumbers.tech">Home Page</a> * <a href="https://github.com/cryptoexplained/big-numbers">Source Code</a> * <a href="https://www.npmjs.com/package/big-numbers">Npm Package</a>