From Jason Turner

[sf.cmath.legendre]

Diff to HTML by rtfpessoa

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