Function dual_num::differentiate [] [src]

pub fn differentiate<T: One + Copy, F>(x: T, f: F) -> T where
    F: Fn(DualNumber<T>) -> DualNumber<T>, 

Evaluates the function using dual numbers to get the partial derivative at the input point