Package org.apache.commons.numbers.gamma
Class Gamma
java.lang.Object
org.apache.commons.numbers.gamma.Gamma
public class Gamma
extends java.lang.Object
Gamma
function.
The gamma
function can be seen to extend the factorial function to cover real and
complex numbers, but with its argument shifted by -1. This
implementation supports real numbers.
This class is immutable.