How to Install and Uninstall node-bignumber Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 12,2024

1. Install "node-bignumber" package

Please follow the instructions below to install node-bignumber on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install node-bignumber

2. Uninstall "node-bignumber" package

Please follow the guidelines below to uninstall node-bignumber on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove node-bignumber $ sudo apt autoclean && sudo apt autoremove

3. Information about the node-bignumber package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: node-bignumber
Priority: extra
Section: universe/web
Installed-Size: 3874
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Javascript Maintainers
Architecture: all
Source: bignumber.js
Version: 1.3.0+dfsg-1
Depends: nodejs (>= 0.6.19~dfsg1-3~)
Filename: pool/universe/b/bignumber.js/node-bignumber_1.3.0+dfsg-1_all.deb
Size: 1289828
MD5sum: 0021c7c5d3ea0f34d19e91ef15f3f64f
SHA1: 4d0637f6526e74e41381c6c55fb4ff3fb50eff54
SHA256: ae994c6b6757845aecafc33f20d92e898eef7eb500f0a04d026d6c1c361ebaa2
Description-en: Arbitrary-precision decimal and non-decimal arithmetic for Node.js
Features:
.
- Faster, smaller, and perhaps easier to use than Javascript versions of
Java's BigDecimal
- 5 KB minified and gzipped
- Simple API but full-featured
- Works with numbers with or without fraction digits in bases from 2 to 36
inclusive
- Replicates the toExponential, toFixed, toPrecision and toString methods of
Javascript's Number type
- Includes a toFraction and a squareRoot method
- Stores values in an accessible decimal floating point format
- No dependencies
- Comprehensive documentation and test set
.
If an even smaller and simpler library is required see big.js. It's half the
size but only works with decimal numbers and only has half the methods. It
neither allows NaN or Infinity, or have the configuration options of this
library.
.
This package provides bignumber support to Node.js.
Description-md5: db8f7c554c023ae7775179e9c4f36faa
Homepage: https://github.com/MikeMcl/bignumber.js/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu