Advertise here

jQuery Plugins Tagged ‘math’

is-thirteen – Check If Number is Equal to 13

March 28, 2018     478    
is-thirteen – Check If Number is Equal to 13

is-thirteen is a javascript library to check if a number is equal to 13.

Read More »

Algebrite – Computer Algebra System in Javascript

April 11, 2016     2426     Others
Algebrite – Computer Algebra System in Javascript

Algebrite is a Javascript library for symbolic mathematics (actually, mostly coffeescript resulting in Javascript) keeping the code as simple as possible in order to be comprehensible and easily extensible.

Read More »

algebra.js – Build, Display and Solve Algebraic Equations in JavaScript

August 16, 2015     1816     Others
algebra.js – Build, Display and Solve Algebraic Equations in JavaScript

algebra.js is a javascript library to build, display and solve algebraic equations. The main objects available are Fraction, Expression, and Equation.

Read More »

Calque – Improved Calculator with Javascript

August 07, 2015     842     Others
Calque – Improved Calculator with Javascript

Calque is a javascript library to create improved calculator / calculation. It's using Math.js library.

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 »

jCalculator – jQuery Plugin for Calculator Inputs

June 24, 2014     1905     Others
jCalculator – jQuery Plugin for Calculator Inputs

jCalculator is a simple jQuery plugin for calculator inputs.

Read More »

Math.js – Extensive Math Library for JavaScript

January 02, 2014     4041     Others
Math.js – Extensive Math Library for JavaScript

Math.js is an extensive math library for JavaScript and Node.js. It features a flexible expression parser and offers an integrated solution to work with numbers, big numbers, complex numbers, units, and matrices. Powerful and easy to use.

Read More »