Change float representations to be more IEEE-ish
[ipdf/code.git] / src / real.cpp
1 #include "real.h"
2
3 namespace IPDF
4 {
5         // Maps the REAL to a string
6         const char * g_real_name[] = {
7                 "single",
8                 "double",
9                 "long double",
10                 "single [fast2sum]"
11         };
12
13 }

UCC git Repository :: git.ucc.asn.au