Ticket #7416: asinh_ignore_policy_fix.patch

File asinh_ignore_policy_fix.patch, 470 bytes (added by Oleksii <oleksii.taran@…>, 10 years ago)

Patch with possible fix

  • boost/math/special_functions/asinh.hpp

     
    6767            }
    6868            else if    (x <= -tools::forth_root_epsilon<T>())
    6969            {
    70                 return(-asinh(-x));
     70                return(-asinh(-x, pol));
    7171            }
    7272            else
    7373            {