93: fdimf r=japaric a=jackmott

closes rust-lang/libm#47 

Co-authored-by: Jack Mott <jack.mott@gmail.com>
This commit is contained in:
bors[bot]
2018-07-14 18:03:06 +00:00
6 changed files with 51 additions and 9 deletions

View File

@@ -662,7 +662,6 @@ f32_f32! {
// coshf,
// exp2f,
expf,
// fdimf,
log10f,
log1pf,
log2f,
@@ -679,6 +678,7 @@ f32_f32! {
// With signature `fn(f32, f32) -> f32`
f32f32_f32! {
// atan2f,
fdimf,
hypotf,
fmodf,
powf,
@@ -724,7 +724,7 @@ f64_f64! {
// With signature `fn(f64, f64) -> f64`
f64f64_f64! {
// atan2,
// fdim,
fdim,
// fmod,
hypot,
// pow,