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

296 B

MathGamma

Calculates the value of the gamma function for the real argument x.

double  MathGamma(
   const double  x       // argument of the function
   )

Parameters

x

[in]  The real argument of the function.

Return Value

The value of the gamma function.