From fd3f4562e92818beafa07521a473e5822acd928e Mon Sep 17 00:00:00 2001 From: John Maddock Date: Tue, 13 Dec 2011 18:11:46 +0000 Subject: [PATCH] Fix complex number routines to work with signed zeros, changes involve: * Use boost::math::signbit rather than comparison to zero. * Use boost::math::changesign rather than unary negation (unary negation fails for Intel on Linux when the argument is a zero). * Update to use boost::math::isnan/isinf rather than the old code. * Update to use boost::math constants. Fixes #6171. [SVN r75933] --- libs/math | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/math b/libs/math index 8d9372fac9..434d53bc83 160000 --- a/libs/math +++ b/libs/math @@ -1 +1 @@ -Subproject commit 8d9372fac9a4716948a25fa4ca06a5234f2d01f7 +Subproject commit 434d53bc83c9035b3c1d8db30ed945c2dd1ca5de