From 019cbb9a324255cccdb5127fdd5d4c1fb502c517 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Tue, 25 Jul 2017 14:48:44 +0200 Subject: compat/math: export logarithmic functions --- compat/math-imports.hpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'compat') diff --git a/compat/math-imports.hpp b/compat/math-imports.hpp index e4175b16..1aea3ce6 100644 --- a/compat/math-imports.hpp +++ b/compat/math-imports.hpp @@ -29,6 +29,11 @@ using std::tan; using std::round; using std::fmod; +using std::log; +using std::log2; +using std::log10; +using std::exp; + #include using std::uintptr_t; -- cgit v1.2.3