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-2
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
1
# SymJava
2
-
SymJava is a Java library for symbolic mathematics.
2
+
SymJava is a Java library for symbolic-numeric computation.
3
3
4
4
There are two interesting features:
5
5
6
6
1. Operator Overloading is implemented by using https://github.com/amelentev/java-oo
7
7
8
-
2. Lambdify in sympy is implemented in SymJava by using BCEL library. The java Bytecode are generated in runtime for the math expressions.
8
+
2."Lambdify" in sympy is implemented in SymJava by using BCEL library. The java Bytecode are generated in runtime for the symbolic expressions. Fast numerical evaluation is achieved.
9
9
10
10
SymJava is developed under Java 7 and Eclipse-Kepler (SR2 4.3.2, https://www.eclipse.org/downloads/packages/release/kepler/sr2)
0 commit comments