mirror of
https://github.com/ruby/ruby.git
synced 2026-01-26 12:14:51 +00:00
[DOC] Fix link
This commit is contained in:
parent
6fe7626109
commit
c0d168068f
2
math.c
2
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>.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user