id summary reporter owner description type status milestone component version severity resolution keywords cc 7415 Wrong domain error detection of atanh for positive arguments Oleksii John Maddock "atanh resolves arguments >1 not as 'out of domain', but as 'positive infinity' Sample code: {{{ #include int main() { ::boost::math::atanh(2); // should throw 'domain_error' exception, but throws 'overflow' exception return 0; } }}} Patch with fix attached" Bugs closed To Be Determined math Boost Development Trunk Problem fixed