Merge branch 'master' into master

This commit is contained in:
Zgarbul Andrey
2018-07-13 23:41:59 +03:00
committed by GitHub
5 changed files with 54 additions and 6 deletions

View File

@@ -16,6 +16,8 @@ mod logf;
mod expf;
mod floor;
mod cosf;
mod trunc;
mod truncf;
mod service;
@@ -32,6 +34,8 @@ pub use self::{
expf::expf,
floor::floor,
cosf::cosf,
trunc::trunc,
truncf::truncf,
};
fn isnanf(x: f32) -> bool {