Java lib for parsing and evaluating simple math expressions, using fractions. This was a seminar project in a Programming class. It is not very useful, but works
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Ondřej Hruška 0a9734c69d license improved 10 年之前
.settings some project setting files 10 年之前
src/net/mightypork improved @author mark 10 年之前
.classpath some project setting files 10 年之前
.gitignore some project setting files 10 年之前
.project some project setting files 10 年之前
LICENSE.txt license improved 10 年之前
README.md Create README.md 11 年之前
rcalc-doc.odt Improved documentation 11 年之前
rcalc-doc.pdf Improved documentation 11 年之前

README.md

RCalc

RCalc is a calculator application which gives results as fractions.

The rcalc package and its subpackages can be used as a library for expression parsing.