pub extern "C" fn dcmp(a: f64, b: f64) -> i32
Compares two floating point numbers, returning: • 0 if a == b • -1 if a < b • 1 if a > b