Merge branch 'master' into master

This commit is contained in:
Jorge Aparicio
2018-07-14 13:48:22 -05:00
committed by GitHub
9 changed files with 245 additions and 9 deletions

View File

@@ -662,7 +662,6 @@ f32_f32! {
// coshf,
// exp2f,
expf,
// fdimf,
log10f,
log1pf,
log2f,
@@ -679,6 +678,7 @@ f32_f32! {
// With signature `fn(f32, f32) -> f32`
f32f32_f32! {
// atan2f,
fdimf,
hypotf,
fmodf,
powf,
@@ -700,10 +700,10 @@ f64_f64! {
// asin,
// atan,
// cbrt,
// ceil,
ceil,
// cos,
// cosh,
// exp,
exp,
// exp2,
// expm1,
floor,
@@ -724,7 +724,7 @@ f64_f64! {
// With signature `fn(f64, f64) -> f64`
f64f64_f64! {
// atan2,
// fdim,
fdim,
fmod,
hypot,
// pow,