From a9a5267e924e75c2fea4f50cfdd8b7c1b0899416 Mon Sep 17 00:00:00 2001 From: Steve Price Date: Mon, 1 Nov 1999 02:23:52 +0000 Subject: Initial import of rcalc version 0.1. A symbolic calculator for GNOME. PR: 14585 Submitted by: Chris D. Faulhaber --- math/rcalc/pkg-descr | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 math/rcalc/pkg-descr (limited to 'math/rcalc/pkg-descr') diff --git a/math/rcalc/pkg-descr b/math/rcalc/pkg-descr new file mode 100644 index 000000000000..565a3a3758cd --- /dev/null +++ b/math/rcalc/pkg-descr @@ -0,0 +1,16 @@ +rCalc is a symbolic calculator for GNOME, featuring: + + * Standard infix expressions - you type something like + 1+3*sin(pi) and it will be evaluated for you in the + correct order. + * Variables (this is where the `symbolic' comes in). + If you enter an expression like a=1+e^2.5, then the + result is stored in a variable called a. You can + then use it in future expressions, like b=sqrt(a*5). + * Furthermore, variables are stored between sessions + unless you delete them. + +WWW: http://rat.spunge.org/rcalc/ + +- Chris D. Faulhaber +jedgar@fxp.org -- cgit v1.2.3