WarpPI/core/src/main/java/it/cavallium/warppi/math
Riccardo Azzolini a74f047655 Fix/improve hashCode for Functions
Some types of Function had hashCode methods which didn't match the
behavior of equals, while others could simply be rewritten in a simpler
way by using Objects.hash.
2019-10-25 22:48:49 +02:00
..
functions Fix/improve hashCode for Functions 2019-10-25 22:48:49 +02:00
parser Code cleanup 2018-09-28 11:39:28 +02:00
rules Ensure that lex and parse methods are only called once per instance 2019-09-09 18:34:52 +02:00
solver Caching results 2018-10-12 23:20:12 +02:00
AngleMode.java new method to clone the input screen 2018-10-05 08:33:29 +02:00
Function.java Make Function.equals test for exact equality instead of equivalence 2019-10-25 22:30:10 +02:00
FunctionDynamic.java Fix/improve hashCode for Functions 2019-10-25 22:48:49 +02:00
FunctionOperator.java Fix/improve hashCode for Functions 2019-10-25 22:48:49 +02:00
FunctionSingle.java Fix/improve hashCode for Functions 2019-10-25 22:48:49 +02:00
MathContext.java Better history management 2018-10-05 22:09:54 +02:00
MathematicalSymbols.java Code cleanup 2018-09-28 11:39:28 +02:00