pub fn sind<S: ScalarAd>(x: S) -> S
Primal sind.
sind
use chainrules::sind; assert!((sind(30.0_f64) - 0.5_f64).abs() < 1e-12);