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
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
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.