SpecialFunctionsBesselJScaled(Double, Double) Method |
Returns the exponentially scaled Bessel function of the first kind.
ScaledBesselJ(n, z) is given by Exp(-Abs(z.Imaginary)) * BesselJ(n, z).
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static double BesselJScaled(
double n,
double z
)
Parameters
- n Double
- The order of the Bessel function.
- z Double
- The value to compute the Bessel function of.
Return Value
DoubleThe exponentially scaled Bessel function of the first kind.
See Also