fn frexp(x: f64, e: *c_int) callconv(.c) f64
fn frexp(x: f64, e: *c_int) callconv(.c) f64 { return frexpGeneric(f64, x, e); }