Files
mql5-skills/skills/mql5/references/docs/34-standardlibrary/1290-standardlibrary-mathematics-stat-mathsubfunctions-statmathbeta.md
T
2026-06-23 21:47:51 +08:00

420 B

MathBeta

Calculates the value of the beta function for the real arguments a and b.

double  MathBeta(
   const double  a,      // the first argument of the function
   const double  b       // the second argument of the function
   )

Parameters

a

[in] The a argument of the function.

b

[in] The b argument of the function.

Return Value

Value of the function.