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

pub fn fdim(a: f64, b: f64) -> f64

These functions return the positive difference, max(x-y,0), between their arguments.