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:
Tomasz Sowa 2009-06-11 15:03:22 +00:00
parent 1b6858616d
commit 9e42a5a9fd
1 changed files with 1 additions and 1 deletions

View File

@ -2030,7 +2030,7 @@ public:
// we do not support -Infinity and +Infinity
// we assume that there is always NaN
SetNaN();
SetNan();
}
else
if( e > 0 )