fixed: Big::FromDouble() on a 32 bit platform:
SetNaN() should be SetNan() /*compilation error*/ git-svn-id: svn://ttmath.org/publicrep/ttmath/trunk@158 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
@@ -2030,7 +2030,7 @@ public:
|
|||||||
// we do not support -Infinity and +Infinity
|
// we do not support -Infinity and +Infinity
|
||||||
// we assume that there is always NaN
|
// we assume that there is always NaN
|
||||||
|
|
||||||
SetNaN();
|
SetNan();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
if( e > 0 )
|
if( e > 0 )
|
||||||
|
Reference in New Issue
Block a user