changed: version of the library: 0.9.1 now

git-svn-id: svn://ttmath.org/publicrep/ttmath/trunk@286 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
Tomasz Sowa 2010-02-07 18:17:24 +00:00
parent 053861655d
commit aeadb8a04a
3 changed files with 8 additions and 3 deletions

View File

@ -1,4 +1,4 @@
Version 0.9.1 prerelease (2010.02.02): Version 0.9.1 (2010.02.07):
* fixed: the parser didn't use characters for changing the base (# and &) * fixed: the parser didn't use characters for changing the base (# and &)
those characters were skipped those characters were skipped
(this bug was introduced in 0.9.0) (this bug was introduced in 0.9.0)

View File

@ -29,6 +29,11 @@ const char equation[] = " (34 + 24) * 123 - 34.32 ^ 6 * sin(2.56) - atan(10)";
/* /*
the result (on 32 bit platform): the result (on 32 bit platform):
-897705014.52573107 -897705014.52573107
*/ */
/*
the result (on 64 bit platform):
-897705014.5257310676097719585259773124
*/

View File

@ -65,7 +65,7 @@
#define TTMATH_MAJOR_VER 0 #define TTMATH_MAJOR_VER 0
#define TTMATH_MINOR_VER 9 #define TTMATH_MINOR_VER 9
#define TTMATH_REVISION_VER 1 #define TTMATH_REVISION_VER 1
#define TTMATH_PRERELEASE_VER 1 #define TTMATH_PRERELEASE_VER 0
/*! /*!