Beta Function Calculator
Complete Euler B(x, y) = Γ(x)Γ(y)/Γ(x+y) for x>0, y>0. Same engine as Special Functions. Not incomplete beta. Not CAS. Runs locally.
Trust summary Engine tested · Specification checked · 58/58 tests · Production surface contract 4/4 · v1.10.0
- Input interpretation
- Enter values to calculate.
- Result
- —
- Model
- Complete Euler beta B(x, y).
- Scope
- Complete Euler beta only
- Verification
- Engine tested · 58/58 tests · Production surface contract 4/4 · Specification checked · v1.10.0
- Named expert review
- Optional · Not performed
- Specification basis
- ISO 80000-2:2019 Quantities and units — Mathematics
- Evidence
- 13 golden · 8 boundary · 37 property · Production surface contract 4/4 · Artifact integrity PASS
- Production
- Embedded snapshot: unpublished · Build schema 1.10.0 ready · Semantic contract ✓ · Attestation report not published on origin · Live production status STALE (2 capabilities; 162 remain CURRENT) @ 2026-09-20T09:01:12.147Z
- Semantic contract
- PASS
Formulas
Core equations used by this calculator.
How to use
Enter x and y
Finite reals with x>0 and y>0. Defaults x=2, y=3.
Read B(x, y)
B(2, 3) = 1/12. B(1, 1)=1. B(1/2, 1/2)=π.
Example calculations
Common configurations with formula and result.
B(2, 3)
x = 2, y = 3
B(1/2, 1/2)
x = 0.5, y = 0.5
Beta Function calculator specification
Version 1.10.0 · Engine tested
- Engine tested 58/58 tests · Production surface contract 4/4
- Named expert review Not performed
- Calculation version 1.10.0
- Definition
- The complete Euler beta function B(x, y) = Γ(x)Γ(y)/Γ(x+y) for x>0, y>0. B(1,1)=1, B(2,3)=1/12, B(1/2,1/2)=π. Symmetric: B(x,y)=B(y,x). This page is mode=beta on math.special. Not incomplete beta. Not CAS.
- What it calculates
- Complete Euler beta B(x, y).
- Inputs
- x
- y
- Outputs
- value
- x
- y
- Formula
B(x, y) = Γ(x)Γ(y) / Γ(x+y)- Assumptions
- Complete Euler beta only
- x>0, y>0
- Not incomplete beta — that is /incomplete-beta
- Not CAS
- Units
- dimensionless
- Boundary conditions
- non-finite x or y → INVALID_NUMBER
- x ≤ 0 or y ≤ 0 → INVALID_INPUT
- unknown mode (normalized sinc / CAS) → INVALID_MODE
- Example
- x=2 y=3 → 0.0833333333333
- Validation cases
2 published on this page · 58/58 tests · Production surface contract 4/4 · View evidence
- x=2 y=3 → 0.0833333333333
- x=0.5 y=0.5 → π
- Specification basis
- ISO 80000-2:2019 Quantities and units — Mathematics
- Calculation version
- 1.10.0
Related tools
Other calculators in this family: Bessel I Calculator, Bessel J Calculator, Bessel K Calculator, Bessel Y Calculator, Brent Method Calculator, Definite Integral Calculator, DFT Calculator, Discrete Fourier Transform Calculator . Explore all Numerical Calculus.
Frequently asked questions
Key distinctions behind the calculation.
Is this a second special-functions engine?
No. It is mode=beta on math.special, the same engine as /calc/math/special-functions.
Does this compute incomplete beta?
No. This page is the complete Euler B(x, y). Incomplete B_x(a,b) is on /calc/math/incomplete-beta. Unnormalized sinc is on /sinc-function. Not CAS.
Where does this run?
Locally in the browser by default. REST and MCP call the same special-functions engine.