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