Advertise here

jQuery Plugins Tagged ‘decimal’

Dinero.js – JavaScript Library to Create, Calculate and Format Monetary Values

November 03, 2018     796     Text & String
Dinero.js – JavaScript Library to Create, Calculate and Format Monetary Values

Dinero.js is a library for working with monetary values in JavaScript.

Features

  • Immutable and chainable API.
  • Global settings support.
  • Extended formatting and rounding options.

Read More »

decimal.js – Arbitrary Precision Decimal Type for JavaScript

December 14, 2014     949     Others
decimal.js – Arbitrary Precision Decimal Type for JavaScript

decimal.js is an arbitrary-precision Decimal type for JavaScript.

Features

  • Faster, smaller, and perhaps easier to use than JavaScript versions of Java's BigDecimal
  • Simple API but full-featured
  • Replicates the toExponential, toFixed, toPrecision and toString methods of JavaScript's Number type
  • Includes a toFraction and correctly-rounded exp, ln, log and sqrt functions
  • Supports non-integer powers
  • Works with numbers with or without fraction digits in bases from 2 to 64 inclusive
  • Wide platform compatibility: uses JavaScript 1.5 (ECMAScript 3) features only

Read More »