pub fn div<S: ScalarAd>(x: S, y: S) -> S
Primal div.
div
use chainrules::div; assert_eq!(div(8.0_f64, 2.0_f64), 4.0_f64);