From 5930e24ca6bcb09ed708bc48d7e147db6a1d61c7 Mon Sep 17 00:00:00 2001 From: Yueming Liu Date: Sat, 9 May 2015 14:15:50 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d01f361..01dddd5 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,9 @@ SymJava is a Java library for symbolic-numeric computation. There are two interesting features: -1. Operator Overloading is implemented by using https://github.com/amelentev/java-oo +1. Operator Overloading is implemented by using Java-OO (https://github.com/amelentev/java-oo) -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. +2. "Lambdify" in sympy is implemented in SymJava by using BCEL library. The java bytecode is generated at runtime for a symbolic expression. Fast numerical evaluation is achieved. SymJava is developed under Java 7 and Eclipse-Kepler (SR2 4.3.2, https://www.eclipse.org/downloads/packages/release/kepler/sr2)