blob: 07e4addd17b059d41bbc4919552c63f2d99b72ee (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
Genius Calculator is a precision calculator for Gnome Desktop Environment.
Features of Genius:
* arbitrary precision integers (2-36), multiple precision floats
* uses rationals when possible
* will calculate and show half calculated expressions if the calculation
could not be completed
* variables
* user functions
* variable and function references with C like syntax
* anonymous functions
* it will add missing parenthesis on the ends of expressions (only in
the GUI version)
* matrix support
* complex numbers
* more ...
WWW: http://www.jirka.org/genius.html
|