beta

Beta function

The beta function is defined as

beta(x, y) = ($(GAMMA)(x) * $(GAMMA)(y)) / $(GAMMA)(x + y)

pure nothrow @safe @nogc
real
beta
(
real x
,
real y
)

Meta