TTCalc is an open source bignum mathematical calculator.
Go to file
Tomasz Sowa 6c0a4b110e added: ttcalc can be start with option: createconfig, e.g.
./ttcalc createconfig
       it creates a config file in the current directory and exists
added: on variables and functions tab the carret is set at the end
       of a variable/function value (when edit)
changed: column 'parameters' on functions tab has been enlarged
changed: locales: "param." to "parameters" (english and german)



git-svn-id: svn://ttmath.org/publicrep/ttcalc/trunk@341 e52654a7-88a9-db11-a3e9-0013d4bc506e
2011-02-08 16:15:35 +00:00
help changed Changelog and other docs 2011-01-30 15:01:57 +00:00
res added: Italian translation made by 2010-09-14 16:45:31 +00:00
setup changed Changelog and other docs 2011-01-30 15:01:57 +00:00
src added: ttcalc can be start with option: createconfig, e.g. 2011-02-08 16:15:35 +00:00
update added: ttcalc can be start with option: createconfig, e.g. 2011-02-08 16:15:35 +00:00
CHANGELOG added: ttcalc can be start with option: createconfig, e.g. 2011-02-08 16:15:35 +00:00
COPYRIGHT changed Changelog and other docs 2011-01-30 15:01:57 +00:00
README changed Changelog and other docs 2011-01-30 15:01:57 +00:00
makerelease.sh added: ttcalc can be start with option: createconfig, e.g. 2011-02-08 16:15:35 +00:00

README

TTCalc

TTCalc is an open source bignum mathematical calculator. It features
arithmetical functions, trigonometric functions, inverse trigonometric
functions, hyperbolic functions, inverse hyperbolic functions, logical
operators, logarithms, functions for converting between degrees and radians
and so on. Additionally the program allows a user to define his own
variables and functions.

The program possesses an easy to use interface. Calculations are performed
by using binary floating point numbers with three kinds of precision,
the biggest has 864 bits for its mantissa and 128 bits for its exponent
that is about 6.70897699... * 10^51217599719369681875006054625051616609
with 258 valid decimal digits. TTCalc independently allows to insert and
display values with the base (radix) from two to sixteen.

Author:            Tomasz Sowa
Contact:           t.sowa@ttmath.org
Licence:           BSD (open source)
Interface:         English, Polish, Spanish, Danish, Chinese, Russian,
                   Swedish, Italian, German
Project page:      http://ttcalc.sourceforge.net/
Bignum library:    TTMath http://www.ttmath.org/
Operating systems: Microsoft Windows 9x/Me/NT/2000/XP/Vista/7