From 9e42a5a9fd89ab56256179c66c2fe503f88fd4d0 Mon Sep 17 00:00:00 2001 From: Tomasz Sowa Date: Thu, 11 Jun 2009 15:03:22 +0000 Subject: [PATCH] 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 --- ttmath/ttmathbig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ttmath/ttmathbig.h b/ttmath/ttmathbig.h index 1c7f4d7..e6f8b5a 100644 --- a/ttmath/ttmathbig.h +++ b/ttmath/ttmathbig.h @@ -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 )