Skip to content

Commit cdd906d

Browse files
authored
Correct a documentation error. (#209)
1 parent 424738f commit cdd906d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/functions_overview.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Here the *Special Functions* are listed according to the structure of [NIST Digi
2020
| [`beta(x,y)`](@ref SpecialFunctions.beta) | [beta function](https://en.wikipedia.org/wiki/Beta_function) at `x,y` |
2121
| [`logbeta(x,y)`](@ref SpecialFunctions.logbeta) | accurate `log(beta(x,y))` for large `x` or `y` |
2222
| [`logabsbeta(x,y)`](@ref SpecialFunctions.logabsbeta) | accurate `log(abs(beta(x,y)))` for large `x` or `y` |
23-
| [`logabsbinomial(x,y)`](@ref SpecialFunctions.logabsbinomial) | accurate `log(abs(beta(x,y)))` for large `x` or `y` |
23+
| [`logabsbinomial(x,y)`](@ref SpecialFunctions.logabsbinomial) | accurate `log(abs(binomial(n,k)))` for large `n` and `k` near `n/2` |
2424

2525

2626
## [Trigonometric Integrals](https://dlmf.nist.gov/6)

0 commit comments

Comments
 (0)