Changeset 74 for cpp/gdk/extvalue.cpp


Ignore:
Timestamp:
12/16/11 21:41:43 (12 years ago)
Author:
Maciej Komosinski
Message:

improved documentation, compilation, and precision of numbers parsed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/gdk/extvalue.cpp

    r66 r74  
    279279                {
    280280                SString tmp;
    281                 sprintf(tmp.directAppend(20),"%g",ddata());
     281                sprintf(tmp.directAppend(20),"%.15g",ddata());
    282282                tmp.endAppend();
    283283                if ((!strchr(tmp,'.'))&&(!strchr(tmp,'e'))) tmp+=".0";
Note: See TracChangeset for help on using the changeset viewer.