fixed: in Big::FromDouble(): SetNaN() should be SetNan();

git-svn-id: svn://ttmath.org/publicrep/ttmath/trunk@157 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
Tomasz Sowa 2009-06-11 10:04:50 +00:00
parent d789ac5396
commit 1b6858616d
1 changed files with 1 additions and 1 deletions

View File

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