HomeCalculatorsMathNumerical CalculusBeta Function Calculator
Math calculator

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.

Instant result
Result

Enter values to calculate.

Inputs
Mode
Formula
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
Specification basis
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.

DefinitionB(x, y) = Γ(x)Γ(y) / Γ(x+y)
Half-integersB(1/2, 1/2) = π
iSame engine as /special-functions. Not a second engine. Not /beta. Incomplete beta is on /incomplete-beta.

How to use

1

Enter x and y

Finite reals with x>0 and y>0. Defaults x=2, y=3.

2

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(2, 3) = 1/12
0.0833333333333
ϟ

B(1/2, 1/2)

x = 0.5, y = 0.5

B(1/2, 1/2) = π
π

Beta Function calculator specification

Version 1.10.0 · Engine tested

Calculation status

Review policy · Evidence

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
}

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.