|
|
◆ Sbesjn_sub()
| Sub Sbesjn_sub |
( |
Ret As |
Double, |
|
|
N As |
Long, |
|
|
X As |
Double, |
|
|
Optional Info As |
Long |
|
) |
| |
Spherical Bessel function of the first kind jn(x) (Subroutine version)
- Purpose
- Computes the spherical Bessel functions of the first kind jn(x).
- Parameters
-
| [out] | Ret | Spherical Bessel function of the first kind jn(x). |
| [in] | N | Order n. |
| [in] | X | Argument x. (X >= 0) |
| [out] | Info | (Optional) = 0: Successful exit.
= -2: The argument X had an illegal value. (X < 0)
= 1: Floating point range error. |
- Reference
- boost/math/special_functions
|