Begin4 Title: fraccalc Version: 1.0 Entered-date: 2007-06-20 Description: fraccalc is a language that supports proper and improper fractions with interactive execution of statements. There are some similarities in the syntax to the C programming language. Fraccalc starts by processing code from the standard input. Fraccalc may also read code from the file on the command line after -f or -l options. The option -l allows to add commands from standard input. The option -f causes immediate exit after executing last command from file. All code is executed as it is read. Fraccalc is similar to both well known command line calculators bc(1) and B. Kernighan and R. Pike hoc. Keywords: calculator, language, command line, fractions, bc, hoc, exact precision Author: sinitcinmv@rambler.ru (Michail Sinitcin) Maintained-by: sinitcinmv@rambler.ru (Michail Sinitcin) Primary-site: http://ibiblio.org/pub/linux/apps/math/calc/ 30kB fraccalc.tar.bz2 1kB fraccalc.lsm Alternate-site: Platforms: C++ Copying-policy: GPL End