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 9 years ago
.settings some project setting files 9 years ago
src/net/mightypork improved @author mark 9 years ago
.classpath some project setting files 9 years ago
.gitignore some project setting files 9 years ago
.project some project setting files 9 years ago
LICENSE.txt license improved 9 years ago
README.md Create README.md 10 years ago
rcalc-doc.odt Improved documentation 10 years ago
rcalc-doc.pdf Improved documentation 10 years ago

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.