From Jason Turner

[sf.cmath.beta]

Diff to HTML by rtfpessoa

tmp/tmp70vf5oql/{from.md → to.md} RENAMED
@@ -7,12 +7,9 @@ long double betal(long double x, long double y);
7
  ```
8
 
9
  *Effects:* These functions compute the beta function of their respective
10
  arguments `x` and `y`.
11
 
12
- *Returns:* $$%
13
- \mathsf{B}(x, y) =
14
- \frac{ \Gamma(x) \, \Gamma(y) }
15
- { \Gamma(x+y) },
16
- \quad \mbox{for $x > 0$,\, $y > 0$}$$ where x is `x` and y is
17
- `y`.
18
 
 
7
  ```
8
 
9
  *Effects:* These functions compute the beta function of their respective
10
  arguments `x` and `y`.
11
 
12
+ *Returns:*
13
+ $$\mathsf{B}(x, y) = \frac{\Gamma(x) \, \Gamma(y)}{\Gamma(x + y)}
14
+ \text{ ,\quad for $x > 0$,\, $y > 0$,}$$ where x is `x` and y is `y`.
 
 
 
15