cbrt

Function cbrt 

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

Primal cbrt.

ยงExamples

use chainrules::cbrt;

assert_eq!(cbrt(8.0_f64), 2.0);