id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 7416,::boost::math::asinh ignores supplied policy for huge negative arguments,Oleksii ,John Maddock,"Sample code: {{{ #include int main() { using namespace ::boost::math::policies; // should not throw // but throws ""numeric overflow"" error ::boost::math::asinh(-INFINITY, make_policy(overflow_error())); return 0; } }}} Patch with possible fix attached",Bugs,closed,To Be Determined,math,Boost Development Trunk,Problem,fixed,math asinh ignore policy,