Merge rust-lang/libm#69
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:
@@ -678,7 +678,7 @@ f32_f32! {
|
||||
// With signature `fn(f32, f32) -> f32`
|
||||
f32f32_f32! {
|
||||
// atan2f,
|
||||
// hypotf,
|
||||
hypotf,
|
||||
fmodf,
|
||||
powf,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user