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