math-expression-evaluator
math-expression-evaluator copied to clipboard
Math JS library. Super advanced & efficient Math expression evaluator
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...
Bumps [json5](https://github.com/json5/json5) and [tsconfig-paths](https://github.com/dividab/tsconfig-paths). These dependencies needed to be updated together. Updates `json5` from 1.0.1 to 2.2.3 Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest'...
Bumps [npm](https://github.com/npm/cli) from 8.3.2 to 8.19.3. Changelog Sourced from npm's changelog. 8.19.3 (2022-11-03) Bug Fixes 26f3d0b #5761 use hosted-git-info to parse registry urls (#5761) (@lukekarrys) Documentation bd92aa0 #5753 name and...
Bumps [debug](https://github.com/debug-js/debug) to 4.3.4 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `debug` from 2.2.0 to 4.3.4 Release notes Sourced from debug's releases. 4.3.4 What's...
Bumps [minimatch](https://github.com/isaacs/minimatch) to 3.0.5 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `minimatch` from 3.0.4 to 3.0.5 Commits 707e1b2 3.0.5 a8763f4 Improve redos protection, add...
-3^2
-3^2 = 9 Should evaluate to -9 note: (-3)^2 should evaluate to 9
Should be: lne^2 = ln(e^2) = 2. Not lne^2 = (lne)^2 = 1 Also: log10^2 = log(10^2)=2. Not log10^2 = (log10)^2 = 1
2^-1 - this works in online playground - v. 2.0.1 2^-1 - this does not work in v 2.0.4/5 -> error 2^(-1) - this works in v 2.0.4/5 2^(2*-1) -...