🌐
cdnjs
cdnjs.com › home › libraries › decimal.js › 9.0.0
decimal.js - Libraries - cdnjs - The #1 free and open source CDN built to make life easier for developers
An arbitrary-precision Decimal type for JavaScript. - Simple. Fast. Reliable. Content delivery at its finest. cdnjs is a free and open-source CDN service trusted by over 12.5% of all websites, serving over 200 billion requests each month, powered ...
🌐
jsDelivr
jsdelivr.com › package › npm › decimal.js-light
decimal.js-light CDN by jsDelivr - A CDN for npm and GitHub
September 30, 2020 - A free, fast, and reliable CDN for decimal.js-light. An arbitrary-precision Decimal type for JavaScript.
Published   Feb 25, 2016
🌐
jsDelivr
cdn.jsdelivr.net › decimal.js-light@2.5.1
decimal.js-light CDN by jsDelivr - A free, fast, and reliable Open Source CDN
decimal.js-light CDN by jsDelivr - A free, fast, and reliable Open Source CDN for npm and GitHub
🌐
Mikemcl
mikemcl.github.io › decimal.js
decimal.js API
An arbitrary-precision Decimal type for JavaScript.
🌐
jsDelivr
jsdelivr.com › package › npm › decimal
decimal CDN by jsDelivr - A CDN for npm and GitHub
December 25, 2011 - A free, fast, and reliable CDN for decimal. Simple decimal arithmetic for the browser and node.js!
Published   Dec 25, 2011
🌐
CDNPKG
cdnpkg.com › home › decimal.js › decimal.js
DECIMAL.JS: DOWNLOAD - CDNPKG
Download decimal.js or get a CDN url for 52 versions of decimal.js.
🌐
jsDelivr
jsdelivr.com › package › npm › js-big-decimal
js-big-decimal CDN by jsDelivr - A CDN for npm and GitHub
December 29, 2024 - A free, fast, and reliable CDN for js-big-decimal. Work with large numbers on the client side. Round them off to any required precision.
Published   Jul 01, 2017
🌐
jsDelivr
cdn.jsdelivr.net › decimal@0.0.2
decimal CDN by jsDelivr - A free, fast, and reliable Open Source CDN
Free Open Source CDN for decimal · Looking for a nice landing page for your package? https://www.jsdelivr.com/package/npm/decimal
🌐
jsDelivr
jsdelivr.com › package › npm › decimalic
decimalic CDN by jsDelivr - A CDN for npm and GitHub
April 29, 2020 - A free, fast, and reliable CDN for decimalic. A small pack of utils for arbitrary-precision number calculations. Based on 'decimal.js-light'.
Published   Apr 23, 2020
🌐
GitHub
github.com › MikeMcl › big.js
GitHub - MikeMcl/big.js: A small, fast JavaScript library for arbitrary-precision decimal arithmetic. · GitHub
The little sister to bignumber.js and decimal.js. See here for some notes on the difference between them. The library is the single JavaScript file big.js or the ES module big.mjs. Add Big to global scope: <script src='path/to/big.js'></script> ES module: <script type='module'> import Big from './path/to/big.mjs'; </script> Get a minified version from a CDN: <script src='https://cdn.jsdelivr.net/npm/big.js@7.0.1/big.min.js'></script> $ npm install big.js ·
Author   MikeMcl
Find elsewhere
🌐
npm
npmjs.com › package › decimal.js
decimal.js - npm
An arbitrary-precision Decimal type for JavaScript. ... The library is similar to bignumber.js, but here precision is specified in terms of significant digits rather than decimal places, and all calculations are rounded to the precision (similar ...
      » npm install decimal.js
    
Published   Jul 06, 2025
Version   10.6.0
Author   Michael Mclaughlin
🌐
jsDelivr
cdn.jsdelivr.net › decimal.js@10.5.0
decimal.js CDN by jsDelivr - A free, fast, and reliable Open Source CDN
decimal.js CDN by jsDelivr - A free, fast, and reliable Open Source CDN for npm and GitHub
🌐
jsDelivr
jsdelivr.com › package › npm › yyd-decimal
yyd-decimal CDN by jsDelivr - A CDN for npm and GitHub
June 28, 2018 - A free, fast, and reliable CDN for yyd-decimal. An arbitrary-precision Decimal type for JavaScript.
Published   Jun 28, 2018
🌐
Medium
medium.com › @riteshsinha_62295 › front-end-dilemmas-tackling-precision-problems-in-javascript-with-decimal-js-c38a9ae24ddd
Front-End Dilemmas: Tackling Precision Problems in JavaScript with Decimal.js | by Ritesh Sinha | Medium
September 15, 2023 - npm install decimal.js · Or include ... console.log(result.toString()); // Output: '0.3' Decimal.js allows you to perform precise arithmetic operations with decimal numbers, ensuring that you get the results you expect....
🌐
jsDelivr
jsdelivr.com › package › npm › decimal.js
decimal.js CDN by jsDelivr - A CDN for npm and GitHub
July 6, 2025 - A free, fast, and reliable CDN for decimal.js. An arbitrary-precision Decimal type for JavaScript.
Published   Apr 02, 2014
🌐
GitHub
github.com › MikeMcl › decimal.js
GitHub - MikeMcl/decimal.js: An arbitrary-precision Decimal type for JavaScript · GitHub
The library is the single JavaScript file decimal.js or ES module decimal.mjs.
Author   MikeMcl
🌐
jsDelivr
cdn.jsdelivr.net › decimal.js
declarations CDN by jsDelivr - A free, fast, and reliable Open Source CDN
decimal.js · declarations@0.1.16 · declarations@0.1.15 · declarations@0.1.14 · declarations@0.1.13 · declarations@0.1.12 · declarations@0.1.11 · declarations@0.1.10 · declarations@0.1.9 · declarations@0.1.8 · declarations@0.1.7 · declarations@0.1.6 · declarations@0.1.5 · declarations@0.1.4 · declarations@0.1.3 · declarations@0.1.2 · declarations@0.1.1 · declarations@0.1.0 · Free Open Source CDN for declarations ·
🌐
jsDelivr
cdn.jsdelivr.net › is-decimal@2.0.1
is-decimal CDN by jsDelivr - A free, fast, and reliable Open Source CDN
Free Open Source CDN for is-decimal · Looking for a nice landing page for your package? https://www.jsdelivr.com/package/npm/is-decimal
🌐
CodePen
codepen.io › soulchainer › pen › meNrjm
decimal.js library
Using packages here is powered by esm.sh, which makes packages from npm not only available on a CDN, but prepares them for native JavaScript ESM usage. All packages are different, so refer to their docs for how they work. If you're using React / ReactDOM, make sure to turn on Babel for the JSX processing.