From Jason Turner

[sf.cmath.expint]

Diff to HTML by rtfpessoa

tmp/tmpfer74ba7/{from.md → to.md} RENAMED
@@ -7,11 +7,7 @@ long double expintl(long double x);
7
  ```
8
 
9
  *Effects:* These functions compute the exponential integral of their
10
  respective arguments `x`.
11
 
12
- *Returns:* $$%
13
- \mathsf{Ei}(x) =
14
- - \int_{-x}^\infty \frac{e^{-t}}
15
- {t } \, \mathsf{d}t
16
- \;$$ where x is `x`.
17
 
 
7
  ```
8
 
9
  *Effects:* These functions compute the exponential integral of their
10
  respective arguments `x`.
11
 
12
+ *Returns:* Ei(x), where Ei is given by and x is `x`.
 
 
 
 
13