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

@@ -17,6 +17,7 @@ mod expf;
mod floor;
mod trunc;
mod truncf;
mod hypotf;
//mod service;
@@ -34,6 +35,7 @@ pub use self::{
floor::floor,
trunc::trunc,
truncf::truncf,
hypotf::hypotf,
};
fn isnanf(x: f32) -> bool {