Q_Factorial()

Syntax

pointer.qfloat = Q_Factorial(n.qfloat [, result.qfloat])

Description

If n is an integer, the factorial of n is returned, else gamma(1+n).

The result is stored in n or, if the optional parameter is given, in result.