pub fn add<S: ScalarAd>(x: S, y: S) -> S
Primal add.
add
use chainrules::add; assert_eq!(add(1.5_f64, 2.0_f64), 3.5_f64);