From 25d972d14441b13ee754f30215d09bf80d920269 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Mon, 18 Jun 2018 03:53:39 +0200 Subject: [PATCH] also using other functions from cmath --- hyper.h | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/hyper.h b/hyper.h index 938249c8..9bd5a968 100644 --- a/hyper.h +++ b/hyper.h @@ -38,7 +38,29 @@ using std::stable_sort; using std::out_of_range; using std::get; using std::random_shuffle; + using std::abs; +using std::isfinite; +using std::isnan; +using std::log; +using std::exp; +using std::hypot; +using std::sin; +using std::cos; +using std::sinh; +using std::asinh; +using std::asin; +using std::acos; +using std::asinh; +using std::acosh; +using std::tan; +using std::atan; +using std::atan2; +using std::tanh; +using std::sqrt; +using std::pow; +using std::floor; +using std::ceil; // genus (in grammar) #define GEN_M 0