| SpecialFunctionsBetaLn Method  | 
        
         
            Calculates natural logarithm of Beta function of nonnegative real arguments.
            http://en.wikipedia.org/wiki/Beta_function
            
 
    Namespace: 
   FinMath
    Assembly:
   FinMath (in FinMath.dll) Version: 2.4.7-0a995bd0ea1854c2c868ec3f8dae606c5777e170
 Syntax
Syntaxpublic static double BetaLn(
	double a,
	double b
)
Parameters
- a
- Type: SystemDouble
 The first Beta argument, must be nonnegative.
- b
- Type: SystemDouble
 The second Beta argument, must be nonnegative.
Return Value
Type: 
DoubleLogarithm of Beta.
 See Also
See Also