Function float_extras::f64::fdim [] [src]

pub fn fdim(x: f64, y: f64) -> f64

fdim returns the positive difference, max(x-y,0), between their arguments.