mirror of
https://github.com/boostorg/math.git
synced 2026-01-26 18:52:10 +00:00
4bd52bfe7a6cda99a7a0791cbdba32ef7d406a95
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 r39402]
Description
Languages
C++
96.9%
Cuda
2.1%
HTML
0.7%
C
0.2%