pub fn taylorcoeff_e(n: i32, x: f64) -> (Value, Result)
Expand description

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