pub fn legendre_Pl_e(l: i32, x: f64) -> (Value, Result)
Expand description

This function evaluates the Legendre polynomial P_l(x) for a specific value of l, x subject to l >= 0, |x| <= 1