beta

double beta(double z, double w);

Returns the value of the beta function B(z,w).

Parameters:
zFirst element of the Beta function.
wSecond element of the Beta function.

Returns:
?

Errors:
NUMERICS_ERROR is raised if z ≤ 0 or w ≤ 0

Header:
#include "mathx.h"