Command Reference
:
Function Reference
:
Function Reference: B
@beta
Element Functions
Beta integral (Euler integral of the second kind).
Syntax:
@beta
(
a, b)
a
: number
b
number
Return: number
Compute the value of the beta integral for elements of
a
and
b
:
for
.
Examples
= @beta(1,5)
returns 0.2 (same as 1/5).
Cross-references
See also
@betainc
,
@betaincder
,
@betaincinv
, and
@betalog
.