TTCalc is an open source bignum mathematical calculator.
Go to file
Tomasz Sowa 6555140b9a changed: variables and functions are copied to the second thread only
when they have been changed (performance)
         flags: variables_id and functions_id in ProgramResources
changed: you don't have to be an administrator to use the setup (installer)
         PrivilegesRequired=none in innosetup.iss
changed: small changes in Makefile(s) especially pathes
changed: upx 3.03 is used now (for the portable version)


git-svn-id: svn://ttmath.org/publicrep/ttcalc/trunk@116 e52654a7-88a9-db11-a3e9-0013d4bc506e
2009-04-02 05:13:27 +00:00
help changed: variables and functions are copied to the second thread only 2009-04-02 05:13:27 +00:00
res fixed: calculating the size of the main window 2009-03-28 18:26:20 +00:00
setup changed: variables and functions are copied to the second thread only 2009-04-02 05:13:27 +00:00
src changed: variables and functions are copied to the second thread only 2009-04-02 05:13:27 +00:00
CHANGELOG fixed: calculating the size of the main window 2009-03-28 18:26:20 +00:00
COPYRIGHT fixed: calculating the size of the main window 2009-03-28 18:26:20 +00:00
README fixed: calculating the size of the main window 2009-03-28 18:26:20 +00:00

README

TTCalc

TTCalc is an open source 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 possess an easy to use interface. Calculations are performed
by using floating point numbers with three kind of precision, the biggest
has 864 bits for its mantissa and 128 bits for its exponent that is about
6.7....e+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 <t.sowa AnTispam slimaczek.pl>
Project page: http://ttcalc.sourceforge.net/
Licence: BSD (open source)