Commit Graph

4 Commits

Author SHA1 Message Date
Jonas Maebe
21eeec9981 + re-implementation of real->string and string->real conversion routines
based on the Grisu1 algorithm. This corrects several precision issues
    with the previous code used to perform such conversions (patch by
    Max Nazhalov, mantis #25241)
   o adaptation of several tests to deal with the better precision of these
     routines compared to the previous version
  Please don't remove the real2str.inc file yet, it's still used by the
  JVM target for now

git-svn-id: trunk@25888 -
2013-10-31 12:39:27 +00:00
Jonas Maebe
e4e356d996 * fixed test
git-svn-id: trunk@4953 -
2006-10-18 07:25:44 +00:00
peter
86c939c17c * fix compile failures 2005-04-05 21:04:34 +00:00
Jonas Maebe
a8f2c6e5f7 + added 2005-02-28 12:06:39 +00:00