File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 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:
35355 . Function Composition Interface : To obtain the Function Composition of 2 equations.
3636 - input: 2 Java strings : f(x) & g(x)
3737 - 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.
3841
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).
4043This is just High School Mathematics Maths Formulae with Java Lambda Calculus Code.
4144This has been been tested for:
42451 . Constant Coefficients (Integer , Double )
You can’t perform that action at this time.
0 commit comments