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