pub fn ceilf(x: f32) callconv(.c) f32
pub fn ceilf(x: f32) callconv(.c) f32 { return impl(f32, .ceil, x); }