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

Last updated: May 06,2024

1. Install "libjs-bignumber" package

In this section, we are going to explain the necessary steps to install libjs-bignumber on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libjs-bignumber

2. Uninstall "libjs-bignumber" package

Here is a brief guide to show you how to uninstall libjs-bignumber on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libjs-bignumber
Priority: extra
Section: universe/web
Installed-Size: 169
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Javascript Maintainers
Architecture: all
Source: bignumber.js
Version: 1.3.0+dfsg-1
Filename: pool/universe/b/bignumber.js/libjs-bignumber_1.3.0+dfsg-1_all.deb
Size: 35318
MD5sum: 1fb8ea4218fb86266e8979c56ed6bd71
SHA1: eb339b0565d77edae9a51d93ad509e4246e191ab
SHA256: 7b04f5f4f5bb1d261b1e2a504609cc82e857b6ccc8f585bc414982036187f6d2
Description-en: Arbitrary-precision decimal and non-decimal arithmetic (client)
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 clients (i.e. browsers).
Description-md5: 22318fdcc1b8fa747c76d29dfeb53cf6
Homepage: https://github.com/MikeMcl/bignumber.js/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu