fixed: calculating the size of the main window
now it looks good on MS Vista and when a user changes size of some widgets such as a border, font size, etc. added: spanish language to the setup (installer) added: the setup will remove mingwm10.dll if it exists in the program directory added: on display tab: we can select 'deg' 'rad' or 'grad' for calculating in such functions: sin,cos,tan,cot,asin,acos,atan,acot added: macro TTCALC_CONVERT if not defined there will not be a convert tab (the convert tab is not finished) added: a new icon with following dimensions: '48x48' '32x32' '16x16' removed: parameter for gcc: -mthreads with -mthreads it is possible (on windows) to release some kind of 'destructors' belonging to a thread when the specific thread exists (it prevents some kind of memory leaks) in the TTCalc when the second thread exists then there is the end of the program and we can not use '-mthreads' removed: file TODO (I didn't use the file) git-svn-id: svn://ttmath.org/publicrep/ttcalc/trunk@114 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
38
README
38
README
@@ -1,19 +1,19 @@
|
||||
TTCalc
|
||||
|
||||
TTCalc is a mathematical calculator. It has a nice user interface,
|
||||
formulas for calculating can be inserted by using a keyboard or a mouse.
|
||||
The result is automatically shown in a second window without using any
|
||||
additional keys such as 'equal'. The program possess trigonometric
|
||||
functions, inverse trigonometric functions, hyperbolic functions,
|
||||
logical operators, logarithms, functions for converting between degrees
|
||||
and radians and so on. Additionally the program allows the user to
|
||||
define his own variables and functions. Calculations are performed by
|
||||
using floating point numbers with three kind of precision, the biggest
|
||||
has 288 bits for its mantissa and 96 bits for its exponent that is
|
||||
about 2.551...e+11925026709067095507636213441 with 85 valid decimal
|
||||
digits. The program 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://sourceforge.net/projects/ttcalc
|
||||
Licence: BSD (open source)
|
||||
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)
|
||||
|
Reference in New Issue
Block a user