mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
a9a5267e92
A symbolic calculator for GNOME. PR: 14585 Submitted by: Chris D. Faulhaber <jedgar@fxp.org>
17 lines
566 B
Plaintext
17 lines
566 B
Plaintext
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
|