LogarithmPlotter/LogarithmPlotter/qml/eu/ad5001/LogarithmPlotter/js
Ad5001 9239eac78a
All checks were successful
continuous-integration/drone/push Build is passing
Fixing several function calls with no argument errors.
+ Functions max and min now throw an error if no arguments are provided.
+ Objects called now throw an error if no argument is provided.
+ Fixing tokenizer's seek error reporting system (leads to very rare types of errors).
+ Removing expression simplifications that could make the app freeze when no arguments are provided to a function.
2023-05-24 07:43:40 +02:00
..
history Bumping copyright 2023-05-22 00:19:58 +02:00
math Fixing the usage of symbols in text. 2023-05-22 11:02:34 +02:00
objs Fixing issue with sums & latex variables. 2023-05-24 03:58:13 +02:00
parsing Fixing several function calls with no argument errors. 2023-05-24 07:43:40 +02:00
expr-eval.js Fixing several function calls with no argument errors. 2023-05-24 07:43:40 +02:00
historylib.js Bumping copyright 2023-05-22 00:19:58 +02:00
mathlib.js Bumping copyright 2023-05-22 00:19:58 +02:00
objects.js Bumping copyright 2023-05-22 00:19:58 +02:00
parameters.js Bumping copyright 2023-05-22 00:19:58 +02:00
utils.js Fixing several function calls with no argument errors. 2023-05-24 07:43:40 +02:00