fn isnanf(x: f32) callconv(.c) c_int
fn isnanf(x: f32) callconv(.c) c_int { return @intFromBool(math.isNan(x)); }