Skip to content

Math.TGamma

Name Mandatory Description Default Type
⬅️ Input This shard calculates the gamma function of the given input. FloatFloat2Float3Float4Color[Any]
Output ➡️ Outputs the gamma function of the input. The output is always positive for positive inputs. FloatFloat2Float3Float4Color[Any]

This shard calculates the gamma function of the given input. The gamma function is a mathematical function that extends the concept of factorial to non-integer and complex numbers.

Examples

1
2
10.0 | Math.TGamma | Log
Assert.IsAlmost(362880.0 Break: true)

[info] [sample-wire] 362880