GAMMA INDEX

GAMMA _ _ _ _ _ _ _ _ _ _ _ _ operator

The Gamma operator returns the Gamma function.

syntax:

Gamma(<expression>)

examples:


gamma(10); 

  362880    


gamma(1/2); 

  sqrt(pi)