Skip to content

Commit 27ccbd6

Browse files
authored
Update README.md
1 parent d94294e commit 27ccbd6

File tree

1 file changed

+16
-5
lines changed

1 file changed

+16
-5
lines changed

README.md

+16-5
Original file line numberDiff line numberDiff line change
@@ -237,11 +237,22 @@ Simple Expression Map2(IntegrExpr):
237237

238238
The Design intent has been to allow extremely small values(Delta x) to be properly algebraicly mapped and Differentiated.It also helps in the debugging of very large Strings Equations to check which term is causing the error.
239239

240-
# Release 4.0
241-
242-
243-
244-
240+
# Release 5.0
241+
a) To run Program :
242+
1) Open ExprSimpleStrSep.java
243+
2) Right Click
244+
3) Select Run File
245+
b) 2 new Interfaces have been created in ExprSimpleStrSep.java:
246+
a) SimpleStr : Does a 1 to 1 mapping of input Equation
247+
b) AlgebraicConfrmStr: Maps input Equation to its Algebraic Conformal Equation.
248+
That is if Input Equation is :3*2*x
249+
Algebraic Conformal Map is :6*x
250+
c) PassFailTestCaseValueEasy Created and PassFailTestCaseValue renamed as PassFailTestCaseValueStrict:
251+
This allows 4th Order and 4th Degree Euqation Error due to numerical Noise to be filtered out of the Test Results.
252+
d) Test Results Output Tags the main program : MathsContxtLAv
253+
System.out.println("MathematicalTestHarness:Started:MathsContxtLAv:Run Started Time:" + current + " ");
254+
OR ExprSimpleStrSep.java
255+
System.out.println("MathematicalTestHarness:Started:ExprSimpleStrSep:Run Started Time:" + current + " ");
245256

246257
For more details see [GitHub Flavored Markdown](https://guides.github.com/features/mastering-markdown/).
247258

0 commit comments

Comments
 (0)