You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -106,7 +106,7 @@ TestHarness is divided into 1 package of 13 Files:
106
106
107
107
3. RUNNING THE PROGRAMS
108
108
Using Netbeans 8.2,
109
-
1) Open MathematicalTestHarness.java.
109
+
1) Open i.
110
110
2) Right Click
111
111
3) Select Run File
112
112
@@ -120,7 +120,7 @@ Using Netbeans 8.2,
120
120
121
121
5.b Design of Term
122
122
A term in JavaCalculus follows the below grammar:
123
-
M*x^Exp*IndConstant*Parenthesis
123
+
M*x^Exp * IndConstant * Parenthesis
124
124
Where M: is a numerical String ( A constant integer or float)
125
125
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).)
126
126
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