HACK: I reduced sig fig from 10 to 7, because ufo2map only uses float no point in more than 7 sig fig. any change here must also be made in ufo2map .map writing code. blondandy. More...
#include <textstream.h>
Public Member Functions | |
Decimal (double f) | |
Data Fields | |
double | m_f |
HACK: I reduced sig fig from 10 to 7, because ufo2map only uses float no point in more than 7 sig fig. any change here must also be made in ufo2map .map writing code. blondandy.
Definition at line 233 of file textstream.h.
Decimal::Decimal | ( | double | f | ) | [inline] |
Definition at line 236 of file textstream.h.
double Decimal::m_f |
Definition at line 235 of file textstream.h.
Referenced by ostream_write().