FULLPIPE: Added links to articles with floating point structure description

This commit is contained in:
Eugene Sandulenko 2013-07-18 15:38:58 +03:00
parent d0c9392862
commit ba93c8d084

View File

@ -197,6 +197,9 @@ int MfcArchive::readCount() {
double MfcArchive::readDouble() {
// FIXME: This is utterly cruel and unportable
// Some articles on the matter:
// http://randomascii.wordpress.com/2013/02/07/float-precision-revisited-nine-digit-float-portability/
// http://randomascii.wordpress.com/2012/01/11/tricks-with-the-floating-point-format/
union {
struct {