Library
Module
Module type
Parameter
Class
Class type
gamma x
computes the gamma function for x
, this is the extension of the factorial function to real numbers.
igam a x
computes the regularized (divided by gamma a
) lower incomplete (integrate from 0 to x
) gamma function.
igamc a x
computes the regularized (divided by gamma a
) uppwer incomplete (integrate x
to infinity
) gamma function.
ndtri p
computes the value x
such that the integral of the normal probability density function from neg_infinity
to x
is p
.