WarpPI/src/main/java/org/warp/picalculator/math/functions
Andrea Cavalli 12478f1cb9 Keybard and Multiplication parsing changed.
-Faster keyboard input handling
-Fixed an important bug that prevents the correct parsing of the
multiplications
2017-10-31 23:11:53 +01:00
..
equations Fixed bugs and enhanched math parser. 2017-06-09 22:47:30 +02:00
trigonometry Made DisplayManager not static and organized Imports 2017-09-24 18:47:30 +02:00
Division.java Made DisplayManager not static and organized Imports 2017-09-24 18:47:30 +02:00
EmptyNumber.java Changed the internal structure of the function parser 2017-05-26 22:37:18 +02:00
Expression.java Made DisplayManager not static and organized Imports 2017-09-24 18:47:30 +02:00
Joke.java Changed the internal structure of the function parser 2017-05-26 22:37:18 +02:00
Multiplication.java Keybard and Multiplication parsing changed. 2017-10-31 23:11:53 +01:00
Negative.java Made DisplayManager not static and organized Imports 2017-09-24 18:47:30 +02:00
Number.java Made DisplayManager not static and organized Imports 2017-09-24 18:47:30 +02:00
Power.java Changed the internal structure of the function parser 2017-05-26 22:37:18 +02:00
Root.java Made DisplayManager not static and organized Imports 2017-09-24 18:47:30 +02:00
RootSquare.java Changed the internal structure of the function parser 2017-05-26 22:37:18 +02:00
Subtraction.java Changed the internal structure of the function parser 2017-05-26 22:37:18 +02:00
Sum.java Changed the internal structure of the function parser 2017-05-26 22:37:18 +02:00
SumSubtraction.java Changed the internal structure of the function parser 2017-05-26 22:37:18 +02:00
Undefined.java Changed the internal structure of the function parser 2017-05-26 22:37:18 +02:00
Variable.java A lot of improvements bugfixes: 2017-07-24 23:11:29 +02:00