implement hypotf

This commit is contained in:
Erik
2018-07-13 17:41:54 -04:00
parent 4816a1501a
commit 6dbd8b3303
4 changed files with 46 additions and 3 deletions

View File

@@ -587,7 +587,7 @@ f32_f32! {
// With signature `fn(f32, f32) -> f32`
f32f32_f32! {
// atan2f,
// hypotf,
hypotf,
fmodf,
powf,
}