pub fn taylorcoeff(n: i32, x: f64) -> f64
Expand description

This routine computes the Taylor coefficient x^n / n! for x >= 0, n >= 0.