adding ceilf and floorf for issues rust-lang/libm#56 and rust-lang/libm#54

This commit is contained in:
Jack Mott
2018-07-13 21:32:59 -05:00
parent e6576930ef
commit 6237ba2890
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,