77: adding ceilf and floorf  r=japaric a=jackmott

Finishes issues rust-lang/libm#56  and rust-lang/libm#54 

Co-authored-by: Jack Mott <jack.mott@gmail.com>
This commit is contained in:
bors[bot]
2018-07-14 02:35:57 +00:00
5 changed files with 65 additions and 6 deletions

View File

@@ -652,12 +652,12 @@ fn main() -> Result<(), Box<Error>> {
// With signature `fn(f32) -> f32`
f32_f32! {
// acosf,
// floorf,
floorf,
truncf,
// asinf,
// atanf,
// cbrtf,
// ceilf,
ceilf,
// cosf,
// coshf,
// exp2f,