sind

Function sind 

Source
pub fn sind<S: ScalarAd>(x: S) -> S
Expand description

Primal sind.

ยงExamples

use chainrules::sind;

assert!((sind(30.0_f64) - 0.5_f64).abs() < 1e-12);