adding ceilf and floorf for issues rust-lang/libm#56 and rust-lang/libm#54
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user