Merge branch 'master' into master

This commit is contained in:
Jorge Aparicio
2018-07-14 14:02:33 -05:00
committed by GitHub
6 changed files with 271 additions and 7 deletions

View File

@@ -656,7 +656,7 @@ f32_f32! {
truncf,
// asinf,
// atanf,
// cbrtf,
cbrtf,
cosf,
ceilf,
// coshf,
@@ -699,7 +699,7 @@ f64_f64! {
acos,
// asin,
// atan,
// cbrt,
cbrt,
ceil,
// cos,
// cosh,
@@ -725,7 +725,7 @@ f64_f64! {
f64f64_f64! {
// atan2,
fdim,
// fmod,
fmod,
hypot,
// pow,
}