mirror of
https://github.com/boostorg/math.git
synced 2026-01-27 19:12:08 +00:00
if((boost::math::isinf)(x))
{
if(x < 0) return 0;
return 1;
}
to get rid of 4127 warnings
[SVN r39345]
if((boost::math::isinf)(x))
{
if(x < 0) return 0;
return 1;
}
to get rid of 4127 warnings
[SVN r39345]