tmp/tmpraujnwj5/{from.md → to.md}
RENAMED
|
@@ -7,14 +7,12 @@ long double cyl_bessel_il(long double nu, long double x);
|
|
| 7 |
```
|
| 8 |
|
| 9 |
*Effects:* These functions compute the regular modified cylindrical
|
| 10 |
Bessel functions of their respective arguments `nu` and `x`.
|
| 11 |
|
| 12 |
-
*Returns:* $
|
| 13 |
-
|
| 14 |
-
\sum_{k=0}^\infty \frac{(x/2)^{\nu+2k}}{k! \: \Gamma(\nu+k+1)}
|
| 15 |
-
\text{ ,\quad for $x \ge 0$,}$$ where $\nu$ is `nu` and x is `x`.
|
| 16 |
|
| 17 |
*Remarks:* The effect of calling each of these functions is
|
| 18 |
*implementation-defined* if `nu >= 128`.
|
| 19 |
|
| 20 |
See also [[sf.cmath.cyl.bessel.j]].
|
|
|
|
| 7 |
```
|
| 8 |
|
| 9 |
*Effects:* These functions compute the regular modified cylindrical
|
| 10 |
Bessel functions of their respective arguments `nu` and `x`.
|
| 11 |
|
| 12 |
+
*Returns:* $\mathsf{I}_\nu(x)$, where $\mathsf{I}_\nu$ is given by ,
|
| 13 |
+
$\nu$ is `nu`, and x is `x`.
|
|
|
|
|
|
|
| 14 |
|
| 15 |
*Remarks:* The effect of calling each of these functions is
|
| 16 |
*implementation-defined* if `nu >= 128`.
|
| 17 |
|
| 18 |
See also [[sf.cmath.cyl.bessel.j]].
|