Skip to content

Commit f324723

Browse files
authored
Update README.md
1 parent 0524232 commit f324723

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,11 @@ JavaCalculus is a Maths String Java Package that has the below:
3535
5. 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).
4043
This is just High School Mathematics Maths Formulae with Java Lambda Calculus Code.
4144
This has been been tested for:
4245
1. Constant Coefficients (Integer , Double )

0 commit comments

Comments
 (0)