[Bug libstdc++/91156] The associated Laguerre polynomial should allow negative arguments.

emsr at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Jul 15 14:45:00 GMT 2019


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91156

emsr at gcc dot gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|9.0                         |10.0
           Severity|normal                      |enhancement

--- Comment #4 from emsr at gcc dot gnu.org ---
N.B. This 'bug' and the patches apply both to the 'regular' Laguerre polynomial
laguerre(n,x) and to the associated Laguerre polynomial assoc_laguerre(n,m,x).

Note that this gets rid of a throw or two.  The mandated special function
throws should become preconditions anyway. Later.

Furthermore, if the not-so-special functions like pow, exp, sin, etc. can be
constexpr then these can be too. Later.


More information about the Gcc-bugs mailing list