WarpPI/core/src/main/java/it/cavallium/warppi/math/functions
Andrea Cavalli 4c29eeb31c Bugfixes
Fixed implicit multiplication symbols, zoom is now 1x, debug steps are printed, fixed missing numeric chars, changed RootSquare base class to FunctionSingle, added two hardcoded multiplication rules, added rootsquarerule, isolated the swing engine from the window, added 2 Fractions rules and 1 exponent rule
2019-11-16 01:32:47 +01:00
..
equations Make Function.equals test for exact equality instead of equivalence 2019-10-25 22:30:10 +02:00
trigonometry Make Function.equals test for exact equality instead of equivalence 2019-10-25 22:30:10 +02:00
Division.java Reduce creation of Map objects in Pattern matching 2019-08-12 11:28:39 +02:00
Expression.java Reduce creation of Map objects in Pattern matching 2019-08-12 11:28:39 +02:00
Joke.java Reduce creation of Map objects in Pattern matching 2019-08-12 11:28:39 +02:00
Logarithm.java Reduce creation of Map objects in Pattern matching 2019-08-12 11:28:39 +02:00
Multiplication.java Bugfixes 2019-11-16 01:32:47 +01:00
Negative.java Reduce creation of Map objects in Pattern matching 2019-08-12 11:28:39 +02:00
Number.java Bugfixes 2019-11-16 01:32:47 +01:00
Power.java Reduce creation of Map objects in Pattern matching 2019-08-12 11:28:39 +02:00
Root.java Reduce creation of Map objects in Pattern matching 2019-08-12 11:28:39 +02:00
RootSquare.java Bugfixes 2019-11-16 01:32:47 +01:00
Subtraction.java Reduce creation of Map objects in Pattern matching 2019-08-12 11:28:39 +02:00
Sum.java Make Function.equals test for exact equality instead of equivalence 2019-10-25 22:30:10 +02:00
SumSubtraction.java Reduce creation of Map objects in Pattern matching 2019-08-12 11:28:39 +02:00
Undefined.java Make Function.equals test for exact equality instead of equivalence 2019-10-25 22:30:10 +02:00
Variable.java Fix/improve hashCode for Functions 2019-10-25 22:48:49 +02:00