Skip to content

Commit 5d071f1

Browse files
authored
Update README.md
1 parent f324723 commit 5d071f1

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ JavaCalculus is a Maths String Java Package that has the below:
3838
6. Simple Expression Interface: To obtain the simple mathematical Java equivalent string.
3939
- input: Java string: f(x)
4040
- output: Java string: s(x) : such that f(x)=s(x) in all respects mathematically.
41+
- The purpose of this Interface is to simplify the inputs so that the differentiation & integration Interfaces are not complex. It also has the dual function of simplifying the output of the differentiation and integration interfaces by removing the leftover quirks of the mathematical operations to ensure a neat Java string. Hence it is recommended to use this interface at the input and output.
4142

4243
JavaCalculus is about 12,000 Lines of Lambda Calculus Code which does not use Numeric Analysis Methods (Newton Raphson etc).
4344
This is just High School Mathematics Maths Formulae with Java Lambda Calculus Code.
@@ -50,10 +51,13 @@ Work In Progress (Future Development):
5051
2. Functions
5152
3. Parenthesis
5253

53-
Development and Test Environment: Windows XP and Java 7 & Neteans 8.2
54+
Development and Test Environment: Windows XP and Java 7 & Netbeans 8.2
5455

5556
Testing has been rigorous with the TestHarness Testing 216 Types(Formats) of Equations
56-
This can be checked out by the User by running the Function (method):mainRegresssionDiffTest and mainRegressionIntegrTest
57+
This can be checked out by the User by running the Function (method):mainRegresssionDiffTest and mainRegressionIntegrTest.
58+
59+
The Regression Suite has 216 types of equations with their differentiation and integration computed upto order 4. The User can add his/her additional order answers if required.
60+
Testing has always been upto 4th order (order=5).
5761

5862
##### User Intructions:
5963
Run the function mainUser(args) and mainAlgebraUser(args); in File: MathsContxtLAv0_1.java

0 commit comments

Comments
 (0)