Opened 10 years ago
Closed 10 years ago
#7024 closed Bugs (fixed)
Fishy constant in bessel_yn_small
| Reported by: | 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 , 10 years ago
comment:2 by , 10 years ago
| Resolution: | → fixed | 
|---|---|
| Status: | new → closed | 
  Note:
 See   TracTickets
 for help on using tickets.
    

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