pub fn limit(f: &Expr, x: &str, a: f64) -> Option<f64>Expand description
lim_{x→a} f(x). Direct substitution when defined; l’Hôpital for a 0/0 quotient
(differentiate numerator and denominator, retry, bounded). None if indeterminate
after the bounded passes.