SpecialFunctionsKelvinBer(Double) Method |
Returns the Kelvin function ber.
KelvinBer(x) is given by the real part of BesselJ(0, j * sqrt(j) * x) where j = sqrt(-1).
KelvinBer(x) is equivalent to KelvinBer(0, x).
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static double KelvinBer(
double x
)
Parameters
- x Double
- The value to compute the Kelvin function of.
Return Value
DoubleThe Kelvin function ber.
See Also