summaryrefslogtreecommitdiff
path: root/math.c
diff options
context:
space:
mode:
authorBurdetteLamar <burdettelamar@yahoo.com>2025-08-25 15:38:54 -0500
committerJeremy Evans <code@jeremyevans.net>2025-09-06 07:17:52 +0900
commitc0d168068f92e53c7ca67702d6d46fee35e2cc6d (patch)
tree3abf8136542eb6bfe2437ee71891696f7fd21f0a /math.c
parent6fe762610952dc4ef3a36409274fc9845f9fd294 (diff)
[DOC] Fix link
Diffstat (limited to 'math.c')
-rw-r--r--math.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/math.c b/math.c
index 9e96f3666a..852620da20 100644
--- a/math.c
+++ b/math.c
@@ -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>.