From Jason Turner

[sf.cmath.hermite]

Diff to HTML by rtfpessoa

tmp/tmp9lxak85t/{from.md → to.md} RENAMED
@@ -1,9 +1,9 @@
1
  #### Hermite polynomials <a id="sf.cmath.hermite">[[sf.cmath.hermite]]</a>
2
 
3
  ``` cpp
4
- double hermite(unsigned n, double x);
5
  float hermitef(unsigned n, float x);
6
  long double hermitel(unsigned n, long double x);
7
  ```
8
 
9
  *Effects:* These functions compute the Hermite polynomials of their
 
1
  #### Hermite polynomials <a id="sf.cmath.hermite">[[sf.cmath.hermite]]</a>
2
 
3
  ``` cpp
4
+ floating-point-type hermite(unsigned n, floating-point-type x);
5
  float hermitef(unsigned n, float x);
6
  long double hermitel(unsigned n, long double x);
7
  ```
8
 
9
  *Effects:* These functions compute the Hermite polynomials of their