Go to: Synopsis. Return value. MEL examples.
gamma
float
gamma is NOT undoable, NOT queryable, and NOT editable.
Let x be the floating point intput argument, then gamma returns ln|(GAMMA(x))|, where GAMMA is the mathematical gamma function. This command is implemented using the built-in system function.float | Gamma value |
gamma 2.5; // Result:, 0.284683 //