Merge branch 'master' into master
This commit is contained in:
@@ -657,12 +657,11 @@ f32_f32! {
|
||||
// asinf,
|
||||
// atanf,
|
||||
// cbrtf,
|
||||
cosf,
|
||||
ceilf,
|
||||
// cosf,
|
||||
// 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,
|
||||
|
||||
Reference in New Issue
Block a user