69: implement hypotf r=japaric a=erikdesjardins

closes rust-lang/libm#48

Co-authored-by: Erik <erikdesjardins@users.noreply.github.com>
This commit is contained in:
bors[bot]
2018-07-13 21:53:23 +00:00
4 changed files with 46 additions and 3 deletions

View File

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