<-- Previous || Up || Next -->

Bessel K0E Function
Math Engineering Class

Public Function BesselK0E( _
    ByVal vX As Variant _
    ) As Variant

Compute the exponentially scaled modified (hyperbolic) Bessel function of the third kind of order zero.

Examples:
    BesselK0E(0.1) = 2.68232610226289
    BesselK0E(0.5) = 1.5241093857739
    BesselK0E(5.0) = 0.547807564313519
    BesselK0E(5.0) = BesselKE(5.0, 0)
See also:
    BesselK0 Function
    BesselK1E Function
    BesselKE Function
    BesselK Function
    BesselI0E Function
    DBSK0E Function
vX: Function returns Null if vX is Null or cannot be fixed up to a Double precision floating point number.

Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.