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