Better handling of constants in simplified expressions.

This commit is contained in:
Adsooi 2023-10-09 18:37:28 +02:00
parent bc35b18da0
commit cf754a7a34
Signed by: Ad5001
GPG key ID: EF45F9C6AFE20160
5 changed files with 37 additions and 15 deletions

View file

@ -79,4 +79,4 @@ Language files translations located at LogarithmPlotter/i18n are licensed under
LogarithmPlotter includes [expr-eval](https://github.com/silentmatt/expr-eval) a port of [ndef.parser](https://web.archive.org/web/20111023001618/http://www.undefined.ch/mparser/index.html) by Raphael Graf <r@undefined.ch>, ported to javascript by Matthew Crumley <email@matthewcrumley.com> (http://silentmatt.com/), and then to QMLJS by Ad5001.
The code is licensed under the [MIT License](https://raw.githubusercontent.com/silentmatt/expr-eval/master/LICENSE.txt).
The specific file (LogarithmPlotter/qml/eu/ad5001/LogarithmPlotter/js/expr-eval.js) is licensed under the [MIT License](https://raw.githubusercontent.com/silentmatt/expr-eval/master/LICENSE.txt).