tand

Function tand 

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

Primal tand.

ยงExamples

use chainrules::tand;

assert_eq!(tand(45.0_f64), 1.0);