Function gamma_function

Source
pub fn gamma_function(z: f64) -> f64
Expand description

Returns the value of 𝜞(z) as defined by ∫t^(z-1)e^(-t)dt evaluated from 0 to ∞.