Re: gamma() and lgamma() functions
Stepan Neretin <sncfmgg@gmail.com>
From: Stepan Neretin <sncfmgg@gmail.com>
To: Dean Rasheed <dean.a.rasheed@gmail.com>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2024-07-01T14:20:08Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Add support for gamma() and lgamma() functions.
- a3b6dfd41069 18.0 landed
On Mon, Jul 1, 2024 at 5:33 PM Dean Rasheed <dean.a.rasheed@gmail.com> wrote: > Attached is a patch adding support for the gamma and log-gamma > functions. See, for example: > > https://en.wikipedia.org/wiki/Gamma_function > > I think these are very useful general-purpose mathematical functions. > They're part of C99, and they're commonly included in other > mathematical libraries, such as the python math module, so I think > it's useful to make them available from SQL. > > The error-handling for these functions seems to be a little trickier > than most, so that might need further discussion. > > Regards, > Dean > Hi! The patch file seems broken. git apply gamma-and-lgamma.patch error: git apply: bad git-diff — exptec /dev/null in line 2 Best regards, Stepan Neretin.