Returns the value of the Beta function.
Namespace:
Imsl.Math
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public static double Beta( double a, double b ) |
Visual Basic (Declaration) |
---|
Public Shared Function Beta ( _ a As Double, _ b As Double _ ) As Double |
Visual C++ |
---|
public: static double Beta( double a, double b ) |
Return Value
A double value specifying the Beta function.
Remarks
The Beta function is defined to be
See Gamma for the definition of
.


The method Beta requires that both arguments be positive.