Skip to content

Commit 35c2e33

Browse files
authored
Update README.md
1 parent 8c149fc commit 35c2e33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ TestHarness is divided into 1 package of 13 Files:
106106

107107
3. RUNNING THE PROGRAMS
108108
Using Netbeans 8.2,
109-
1) Open MathematicalTestHarness.java.
109+
1) Open i.
110110
2) Right Click
111111
3) Select Run File
112112

@@ -120,7 +120,7 @@ Using Netbeans 8.2,
120120

121121
5.b Design of Term
122122
A term in JavaCalculus follows the below grammar:
123-
M*x^Exp*IndConstant*Parenthesis
123+
M*x^Exp * IndConstant * Parenthesis
124124
Where M: is a numerical String ( A constant integer or float)
125125
X: is the prmary variable (used only by differentiator & Integrator- variable “DiffWithRespTo” in the code- can be alphanumeric as in x123, y256 etc (i.e of any length).)
126126
IndConstant: is any other variable(other than the primary variable (x) ). These are treated as constant string during Integration & Differentiation i.e Algebraic Coefficients.

0 commit comments

Comments
 (0)