From Jason Turner

[sf.cmath.riemann.zeta]

Diff to HTML by rtfpessoa

tmp/tmpumnfxtg4/{from.md → to.md} RENAMED
@@ -1,9 +1,9 @@
1
  #### Riemann zeta function <a id="sf.cmath.riemann.zeta">[[sf.cmath.riemann.zeta]]</a>
2
 
3
  ``` cpp
4
- double riemann_zeta(double x);
5
  float riemann_zetaf(float x);
6
  long double riemann_zetal(long double x);
7
  ```
8
 
9
  *Effects:* These functions compute the Riemann zeta function of their
 
1
  #### Riemann zeta function <a id="sf.cmath.riemann.zeta">[[sf.cmath.riemann.zeta]]</a>
2
 
3
  ``` cpp
4
+ floating-point-type riemann_zeta(floating-point-type x);
5
  float riemann_zetaf(float x);
6
  long double riemann_zetal(long double x);
7
  ```
8
 
9
  *Effects:* These functions compute the Riemann zeta function of their