WLJS LogoWLJS Notebook

QGamma

QGamma[z, q] gives the q-gamma function Γq(z).

Examples

Evaluate q-gamma:

QGamma[3, 0.5]

Symbolic form:

QGamma[n, q]

Limit as q→1:

Limit[QGamma[3, q], q -> 1]
(* 2 (= Gamma[3] = 2!) *)

Please visit the official Wolfram Language Reference for more details.

On this page