-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Description
Julia defines the function
Replacing
Because this function also (annoyingly) has a singularity at the origin,
I suggest implementing it as a new special function named
The notation
for the cognate function
of
version appears also in the boost C++ special functions library, and uses
the same notation.
I could, of course, implement this function myself, but it does seem the sort of
function that merits inclusion in the standard set of Julia special functions.
Please let me know if the Julia team is already at work extending the library of
special functions, or if I should implement this function and issue a pull request.