We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 424738f commit cdd906dCopy full SHA for cdd906d
docs/src/functions_overview.md
@@ -20,7 +20,7 @@ Here the *Special Functions* are listed according to the structure of [NIST Digi
20
| [`beta(x,y)`](@ref SpecialFunctions.beta) | [beta function](https://en.wikipedia.org/wiki/Beta_function) at `x,y` |
21
| [`logbeta(x,y)`](@ref SpecialFunctions.logbeta) | accurate `log(beta(x,y))` for large `x` or `y` |
22
| [`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` |
+| [`logabsbinomial(x,y)`](@ref SpecialFunctions.logabsbinomial) | accurate `log(abs(binomial(n,k)))` for large `n` and `k` near `n/2` |
24
25
26
## [Trigonometric Integrals](https://dlmf.nist.gov/6)
0 commit comments