Browse Source

fixed typo

I think someone forgot a few logarithms.
pull/691/head
Michel de Ruiter 6 years ago
committed by GitHub
parent
commit
8b66aac52f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/content/Functions.md

2
docs/content/Functions.md

@ -134,7 +134,7 @@ $$$
* `BetaLn(a,b)`
$$$
\ln\mathrm{B}(a,b) = \Gamma(a) + \Gamma(b) - \Gamma(a+b)
\ln\mathrm{B}(a,b) = \ln\Gamma(a) + \ln\Gamma(b) - \ln\Gamma(a+b)
#### Incomplete Beta

Loading…
Cancel
Save