enable tests for floor and scalbn

This commit is contained in:
Jorge Aparicio
2018-07-13 13:36:59 -05:00
committed by GitHub
parent 183e24fcac
commit 47afc3992f

View File

@@ -614,7 +614,7 @@ f64_f64! {
// exp,
// exp2,
// expm1,
// floor,
floor,
// log,
// log10,
// log1p,
@@ -645,5 +645,5 @@ f64f64f64_f64! {
// With signature `fn(f64, i32) -> f64`
f64i32_f64! {
// scalbn,
scalbn,
}