Skip to content

Commit b19e995

Browse files
committed
Update README.md
1 parent baf5dc6 commit b19e995

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# SymJava
2-
SymJava is a Java library for symbolic mathematics.
2+
SymJava is a Java library for symbolic-numeric computation.
33

44
There are two interesting features:
55

66
1. Operator Overloading is implemented by using https://github.com/amelentev/java-oo
77

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.
99

1010
SymJava is developed under Java 7 and Eclipse-Kepler (SR2 4.3.2, https://www.eclipse.org/downloads/packages/release/kepler/sr2)
1111

0 commit comments

Comments
 (0)