Skip to main content

tgamma

Overloads

NameDescription
tgamma(integer p) -> realCalculates the gamma function of the given value.
tgamma(real p) -> realCalculates the gamma function of the given value.
tgamma(bool p) -> realCalculates the gamma function of the given value.

tgamma(integer p) -> real

Calculates the gamma function of the given value.

Parameters

  • p: The value to calculate the gamma function for.

tgamma(real p) -> real

Calculates the gamma function of the given value.

Parameters

  • p: The value to calculate the gamma function for.

tgamma(bool p) -> real

Calculates the gamma function of the given value.

Parameters

  • p: The value to calculate the gamma function for.