File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -35,8 +35,11 @@ JavaCalculus is a Maths String Java Package that has the below:
35
35
5 . Function Composition Interface : To obtain the Function Composition of 2 equations.
36
36
- input: 2 Java strings : f(x) & g(x)
37
37
- output: Java string : f(g(x)): fog(x)
38
+ 6 . Simple Expression Interface: To obtain the simple mathematical Java equivalent string.
39
+ - input: Java string: f(x)
40
+ - output: Java string: s(x) : such that f(x)=s(x) in all respects mathematically.
38
41
39
- JavaCalculus is about 12,000 Lines of Lambda Calculus Code which does not use Numeric Analysis Methods (Newton Raphso etc).
42
+ JavaCalculus is about 12,000 Lines of Lambda Calculus Code which does not use Numeric Analysis Methods (Newton Raphson etc).
40
43
This is just High School Mathematics Maths Formulae with Java Lambda Calculus Code.
41
44
This has been been tested for:
42
45
1 . Constant Coefficients (Integer , Double )
You can’t perform that action at this time.
0 commit comments