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

26 lines
420 B
Markdown
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 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.