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

Bessel Y0 Function
Math Engineering Class

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

Compute the Bessel function of the second kind of order zero.

Examples:
    BesselY0(0.1) = -1.53423865135037
    BesselY0(0.5) = -0.444518733506706
    BesselY0(5.0) = -0.308517625249034
    BesselY0(5.0) = BesselY(5.0, 0)
See also:
    BesselY1 Function
    BesselY Function
    BesselJ0 Function
    DBESY0 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.