Opened 10 years ago

Closed 10 years ago

#7024 closed Bugs (fixed)

Fishy constant in bessel_yn_small

Reported by: Andreas Kloeckner <inform@…> Owned by: John Maddock
Milestone: To Be Determined Component: math
Version: Boost 1.49.0 Severity: Problem
Keywords: Cc:

Description

There's a constant (3/2) in

http://svn.boost.org/svn/boost/trunk/boost/math/special_functions/detail/bessel_jy_series.hpp

in bessel_yn_small_z that looks fishy. (Should be "3./2"?)

Change History (2)

comment:1 by anonymous, 10 years ago

Good catch. A quick grep found a couple of others under bindings/ Will fix shortly.

comment:2 by John Maddock, 10 years ago

Resolution: fixed
Status: newclosed

(In [79154]) Fix actual and potential integer divisions when using integer constants. Fixes #7024.

Note: See TracTickets for help on using tickets.