pub fn tand<S: ScalarAd>(x: S) -> S
Primal tand.
tand
use chainrules::tand; assert_eq!(tand(45.0_f64), 1.0);