Re: gamma() and lgamma() functions

Dean Rasheed <dean.a.rasheed@gmail.com>

From: Dean Rasheed <dean.a.rasheed@gmail.com>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Peter Eisentraut <peter@eisentraut.org>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2024-09-06T11:58:10Z
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 →
  1. Add support for gamma() and lgamma() functions.

Attachments

On Fri, 6 Sept 2024 at 10:42, Dean Rasheed <dean.a.rasheed@gmail.com> wrote:
>
> ... assuming that tgamma() and lgamma() behave according to spec ...

Nope, that was too much to hope for. Let's see if this fares any better.

Regards,
Dean