mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
(math_lgamma): new method Math.lgamma. * include/ruby/missing.h (tgamma): declared unless HAVE_TGAMMA. (lgamma_r): declared unless HAVE_LGAMMA_R. * configure.in (tgamma): check for replacement funtions. (lgamma_r): ditto. * missing/tgamma.c: new file. based on gamma.c from "C-gengo niyoru saishin algorithm jiten" (New Algorithm handbook in C language) (Gijyutsu hyouron sha, Tokyo, 1991) by Haruhiko Okumura. * missing/lgamma_r.c: ditto. * LEGAL (missing/tgamma.c): describe as public domain. (missing/lgamma_r.c): ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15388 b2dd03c8-39d4-4d8f-98ff-823fe69b080e |
||
|---|---|---|
| .. | ||
| acosh.c | ||
| alloca.c | ||
| crypt.c | ||
| dup2.c | ||
| erf.c | ||
| file.h | ||
| fileblocks.c | ||
| finite.c | ||
| flock.c | ||
| hypot.c | ||
| isinf.c | ||
| isnan.c | ||
| lgamma_r.c | ||
| memcmp.c | ||
| memmove.c | ||
| os2.c | ||
| strchr.c | ||
| strerror.c | ||
| strftime.c | ||
| strlcat.c | ||
| strlcpy.c | ||
| strstr.c | ||
| strtol.c | ||
| tgamma.c | ||
| vsnprintf.c | ||
| x68.c | ||