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