Pietro Gagliardi wrote: > APE does provide the log of gamma: /sys/src/ape/lib/ap/math/gamma.c. > The function is not referenced in any header file, and is called gamma > (). I changed its name to logofgamma ...
Since APE is supposed to emulate the *standard* POSIX environment, I suggest restoring the original name in APE (for compatibility with preexisting practice) and duplicating it as lgamma (tracking the C standard, which POSIX references). You could add tgamma as an implementation of the (not log of) Gamma function, again tracking the standard name.
