This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mark.dickinson
Recipients mark.dickinson, pablogsal, rhettinger, steven.daprano
Date 2019-08-26.07:15:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1566803758.58.0.581676459838.issue37946@roundup.psfhosted.org>
In-reply-to
Content
I'd also say that SciPy does this much better than the Python math library could ever hope to (without that math library effectively becoming a copy of scipy.special). It probably wouldn't be long before a user of the new Bessel functions also wanted Bessel functions of half-integer order (which turn up in statistics and in spherical harmonics problems), or of arbitrary complex order, or modified Bessel functions, or Airy functions and elliptic integrals, or ... For all those cases, SciPy has you covered, but extending the math module to cover all these things would be a lot of work and an unnecessary (IMO) duplication of effort.
History
Date User Action Args
2019-08-26 07:15:58mark.dickinsonsetrecipients: + mark.dickinson, rhettinger, steven.daprano, pablogsal
2019-08-26 07:15:58mark.dickinsonsetmessageid: <1566803758.58.0.581676459838.issue37946@roundup.psfhosted.org>
2019-08-26 07:15:58mark.dickinsonlinkissue37946 messages
2019-08-26 07:15:58mark.dickinsoncreate