This commit is contained in:
Jack Mott
2018-07-14 05:35:07 -05:00
parent 965c736cc1
commit 480531461c
4 changed files with 29 additions and 5 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,