Pragmatic Mathematical Service is a JavaScript
collection with over 400 mathematical functions.
It also includes a very simple frontend that is
usable with a mouse and/or keyboard (a virtual
keyboard is included).
License: GNU General Public License v2
Changes:
Several small but annoying bugs have been fixed. A complex data type has been added with all basic operations (+, -, /, *, %, fmod, pow, log, and exp, to name just a few) including a set of trigonometric functions with their inverse, hyperbole, and inverse hyperbole counterparts together with a couple of helpers. A linear, square, and cubic solver have been added, and thus eigenvalues for 2x2 and 3x3 real matrices.