diff options
| author | BurdetteLamar <burdettelamar@yahoo.com> | 2025-08-25 15:38:54 -0500 |
|---|---|---|
| committer | Jeremy Evans <code@jeremyevans.net> | 2025-09-06 07:17:52 +0900 |
| commit | c0d168068f92e53c7ca67702d6d46fee35e2cc6d (patch) | |
| tree | 3abf8136542eb6bfe2437ee71891696f7fd21f0a /math.c | |
| parent | 6fe762610952dc4ef3a36409274fc9845f9fd294 (diff) | |
[DOC] Fix link
Diffstat (limited to 'math.c')
| -rw-r--r-- | math.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1054,7 +1054,7 @@ math_gamma(VALUE unused_obj, VALUE x) * * [Math.log(Math.gamma(x).abs), Math.gamma(x) < 0 ? -1 : 1] * - * See {logarithmic gamma function}[https://en.wikipedia.org/wiki/Gamma_function#The_log-gamma_function]. + * See {log gamma function}[https://en.wikipedia.org/wiki/Gamma_function#Log-gamma_function]. * * - Domain: <tt>(-INFINITY, INFINITY]</tt>. * - Range of first element: <tt>(-INFINITY, INFINITY]</tt>. |
