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

Beta Function
Math Engineering Class

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

Compute the complete Beta function.

Examples:
    Beta(0.2, 0.2) = 9.50150138988437
    Beta(0.5, 0.5) = 3.14159265358979
    Beta(0.5, 1.0) = 2
    Beta(1.0, 0.5) = 2
    Beta(1.0, 1.0) = 1
    Beta(1.0, 3.0) = 0.333333333333333
    Beta(1.1, 3.3) = 0.251861145112925
See also:
    BetaI Function
    BetaLn Function
    DBETA 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.