Overload List
| # | Signature | Description |
|---|---|---|
| 1 | TCplx BesselI0(TCplx X) | Modified bessel function of the first kind. |
| 2 | TSCplx BesselI0(TSCplx X) |
Overload 1: TCplx BesselI0(TCplx X)
Modified bessel function of the first kind.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TCplx | scalar |
Returns: TCplx (complex)
See Also: Math387.BesselJ0
Overload 2: TSCplx BesselI0(TSCplx X)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TSCplx | scalar |
Returns: TSCplx