From Jason Turner

[sf.cmath.hermite]

Diff to HTML by rtfpessoa

tmp/tmpjp7s28pn/{from.md → to.md} RENAMED
@@ -7,14 +7,10 @@ long double hermitel(unsigned n, long double x);
7
  ```
8
 
9
  *Effects:* These functions compute the Hermite polynomials of their
10
  respective arguments `n` and `x`.
11
 
12
- *Returns:* $$%
13
- \mathsf{H}_n(x) =
14
- (-1)^n e^{x^2} \frac{ \mathsf{d} ^n}
15
- { \mathsf{d}x^n} \, e^{-x^2}
16
- \;$$ where n is `n` and x is `x`.
17
 
18
  *Remarks:* The effect of calling each of these functions is
19
  *implementation-defined* if `n >= 128`.
20
 
 
7
  ```
8
 
9
  *Effects:* These functions compute the Hermite polynomials of their
10
  respective arguments `n` and `x`.
11
 
12
+ *Returns:* Hₙ(x), where Hₙ is given by , n is `n`, and x is `x`.
 
 
 
 
13
 
14
  *Remarks:* The effect of calling each of these functions is
15
  *implementation-defined* if `n >= 128`.
16