pub unsafe extern "C" fn signbit(x: f64) -> i32
Expand description

Return 1 if the sign bit of x is 1, else 0.