TTCalc is an open source bignum mathematical calculator.
Go to file
Tomasz Sowa 8fa1a24350 changed: precision:
Medium - 512 mantissa,  64  exponent
         Big    - 1024 mantissa, 128 exponent
changed: small changes in the pod window
changed: releases we compile with TTMATH_RELEASE flag



git-svn-id: svn://ttmath.org/publicrep/ttcalc/trunk@214 e52654a7-88a9-db11-a3e9-0013d4bc506e
2009-10-16 18:41:09 +00:00
help changed: version: 0.9.0 prerelease now 2009-09-15 18:24:04 +00:00
res fixed: calculating the size of the main window 2009-03-28 18:26:20 +00:00
setup added Swedish language to the installer 2009-09-16 16:38:46 +00:00
src changed: precision: 2009-10-16 18:41:09 +00:00
CHANGELOG changed: precision: 2009-10-16 18:41:09 +00:00
COPYRIGHT updated: help 2009-04-02 10:26:55 +00:00
README added: new language: Swedish 2009-09-08 01:24:56 +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
Project page:      http://ttcalc.sourceforge.net/
Bignum library:    TTMath http://www.ttmath.org/
Operating systems: Microsoft Windows 9x/Me/NT/2000/XP/Vista