[][src]Function higher_order_point::math::add

pub fn add<T: 'static + Copy>(a: Func<T, f64>, b: Func<T, f64>) -> Func<T, f64>

Adds two functions.