Skip to content

Commit dbf261f

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

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -238,18 +238,18 @@ Simple Expression Map2(IntegrExpr):
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

240240
# 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.
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.
248248
That is if Input Equation is :3*2*x
249249
Algebraic Conformal Map is :6*x
250-
c) PassFailTestCaseValueEasy Created and PassFailTestCaseValue renamed as PassFailTestCaseValueStrict:
250+
#c) PassFailTestCaseValueEasy Created and PassFailTestCaseValue renamed as PassFailTestCaseValueStrict:
251251
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
252+
#d) Test Results Output Tags the main program : MathsContxtLAv
253253
System.out.println("MathematicalTestHarness:Started:MathsContxtLAv:Run Started Time:" + current + " ");
254254
OR ExprSimpleStrSep.java
255255
System.out.println("MathematicalTestHarness:Started:ExprSimpleStrSep:Run Started Time:" + current + " ");

0 commit comments

Comments
 (0)