diff options
author | Steve Price <steve@FreeBSD.org> | 1999-11-01 02:23:52 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-11-01 02:23:52 +0000 |
commit | a9a5267e924e75c2fea4f50cfdd8b7c1b0899416 (patch) | |
tree | b3da8015c673f330f4a426dda2c73991977e62d9 /math/rcalc/pkg-descr | |
parent | Activate the ddup port. (diff) |
Initial import of rcalc version 0.1.
A symbolic calculator for GNOME.
PR: 14585
Submitted by: Chris D. Faulhaber <jedgar@fxp.org>
Notes
Notes:
svn path=/head/; revision=22792
Diffstat (limited to 'math/rcalc/pkg-descr')
-rw-r--r-- | math/rcalc/pkg-descr | 16 |
1 files changed, 16 insertions, 0 deletions
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 |