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
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Ondřej Hruška 0a9734c69d license improved il y a 10 ans
.settings some project setting files il y a 10 ans
src/net/mightypork improved @author mark il y a 10 ans
.classpath some project setting files il y a 10 ans
.gitignore some project setting files il y a 10 ans
.project some project setting files il y a 10 ans
LICENSE.txt license improved il y a 10 ans
README.md Create README.md il y a 11 ans
rcalc-doc.odt Improved documentation il y a 11 ans
rcalc-doc.pdf Improved documentation il y a 11 ans

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.