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:
@@ -2144,7 +2144,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