add cosf with dependencies

This commit is contained in:
Andrey Zgarbul
2018-07-13 23:23:14 +03:00
parent 183e24fcac
commit ece6cc8044
8 changed files with 639 additions and 3 deletions

View File

@@ -15,8 +15,9 @@ mod sqrtf;
mod logf;
mod expf;
mod floor;
mod cosf;
//mod service;
mod service;
pub use self::{
fabs::fabs,
@@ -30,6 +31,7 @@ pub use self::{
logf::logf,
expf::expf,
floor::floor,
cosf::cosf,
};
fn isnanf(x: f32) -> bool {