Merge branch 'master' into master

This commit is contained in:
Jorge Aparicio
2018-07-14 11:30:47 -05:00
committed by GitHub
20 changed files with 1199 additions and 20 deletions

View File

@@ -657,13 +657,14 @@ f32_f32! {
// asinf,
// atanf,
// cbrtf,
cosf,
ceilf,
// cosf,
// coshf,
// exp2f,
expf,
// fdimf,
log10f,
log1pf,
log2f,
logf,
roundf,
@@ -706,9 +707,9 @@ f64_f64! {
// exp2,
// expm1,
floor,
// log,
log,
log10,
// log1p,
log1p,
log2,
round,
// sin,