From Jason Turner

[sf.cmath.beta]

Diff to HTML by rtfpessoa

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