double beta(double z, double w);
Returns the value of the beta function B(z,w).
Parameters:
z | First element of the Beta function. |
---|---|
w | Second element of the Beta function. |
Returns:
?
Errors:
NUMERICS_ERROR
is raised if z ≤ 0 or w ≤ 0
Header:
#include "mathx.h"