Index: boost/math/special_functions/asinh.hpp =================================================================== --- boost/math/special_functions/asinh.hpp (revision 80688) +++ boost/math/special_functions/asinh.hpp (working copy) @@ -67,7 +67,7 @@ } else if (x <= -tools::forth_root_epsilon()) { - return(-asinh(-x)); + return(-asinh(-x, pol)); } else {