tmp/tmpn4_02sw_/{from.md → to.md}
RENAMED
|
@@ -7,9 +7,7 @@ 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) = \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 |
|
|
|
|
| 7 |
```
|
| 8 |
|
| 9 |
*Effects:* These functions compute the beta function of their respective
|
| 10 |
arguments `x` and `y`.
|
| 11 |
|
| 12 |
+
*Returns:* B(x, y), where B is given by , x is `x` and y is `y`.
|
|
|
|
|
|
|
| 13 |
|