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 cf36cb222f Create README.md il y a 13 ans
src/net/mightypork Some refactoring, improved help il y a 13 ans
LICENSE.txt Improved documentation il y a 13 ans
README.md Create README.md il y a 13 ans
rcalc-doc.odt Improved documentation il y a 13 ans
rcalc-doc.pdf Improved documentation il y a 13 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.