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