Macaulay2 » Documentation
Packages » Macaulay2Doc » analytic functions » Beta
next | previous | forward | backward | up | index | toc

Beta -- Beta function

Description

This is the beta function \(B(x,y) = \int_0^1 t^{x - 1}(1 - t)^{y - 1}\,dt\).

i1 : Beta(3, 4)

o1 = .01666666666666667

o1 : RR (of precision 53)

See also

Ways to use Beta:

  • Beta(InexactNumber,InexactNumber)

For the programmer

The object Beta is a method function.


The source of this document is in /build/reproducible-path/macaulay2-1.26.05+ds/M2/Macaulay2/packages/Macaulay2Doc/functions/Beta-doc.m2:24:0.