Browse Source

Docs: exponential integral function

pull/274/head
Christoph Ruegg 12 years ago
parent
commit
8a67341d72
  1. 19
      docs/content/Functions.fsx

19
docs/content/Functions.fsx

@ -49,8 +49,19 @@ $$$
\binom{n}{k_1,k_2,\dots,k_r} = \frac{n!}{k_1! k_2! \cdots k_r!} = \frac{n!}{\prod_{i=1}^{r}k_i!} \binom{n}{k_1,k_2,\dots,k_r} = \frac{n!}{k_1! k_2! \cdots k_r!} = \frac{n!}{\prod_{i=1}^{r}k_i!}
Gamma-related functions Exponential Integral
----------------------- --------------------
* `ExponentialIntegral(x,n)`
Generalized Exponential Integral
$$$
E_n(x) = \int_1^\infty t^{-n} e^{-xt}\,\mathrm{d}t
Gamma functions
---------------
#### Gamma #### Gamma
* `Gamma(a)` * `Gamma(a)`
@ -117,8 +128,8 @@ $$$
\psi^{-1}(p) \psi^{-1}(p)
Euler Beta-related functions Euler Beta functions
---------------------------- --------------------
#### Euler Beta #### Euler Beta
* `Beta(a,b)` * `Beta(a,b)`

Loading…
Cancel
Save