From ad0e05ab57f89cdfde02f5c4fb811903a2030832 Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Sun, 15 Jul 2018 18:13:09 -0500 Subject: [PATCH] enable tests for cosh --- test-generator/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-generator/src/main.rs b/test-generator/src/main.rs index 7caada4..897f16d 100644 --- a/test-generator/src/main.rs +++ b/test-generator/src/main.rs @@ -703,7 +703,7 @@ f64_f64! { cbrt, ceil, cos, - // cosh, + cosh, exp, exp2, expm1,