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

Beta Ln Function
Math Engineering Class

Public Function BetaLn( _
      ByVal vA As Variant _
    , ByVal vB As Variant _
    ) As Variant

Compute the natural logarithm of the complete Beta function.

Examples:
    BetaLn(0.2, 0.2) = 2.25144982715979
    BetaLn(0.5, 0.5) = 1.1447298858494
    BetaLn(1.1, 3.3) = -1.37887735478996
See also:
    Beta Function
    BetaI Function
    DLBETA Function
vA: Function returns Null if vA is Null or cannot be fixed up to a Double precision floating point number.
vB: Function returns Null if vB 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.