DxLibEx
hypot.hpp
Go to the documentation of this file.
1 /*=============================================================================
2  Copyright (C) 2015-2017 DxLibEx project
3  https://github.com/Nagarei/DxLibEx/
4 
5  Distributed under the Boost Software License, Version 1.0.
6  (See http://www.boost.org/LICENSE_1_0.txt)
7 =============================================================================*/
8 #ifndef DXLE_INC_MATH_HYPOT_HPP_
9 #define DXLE_INC_MATH_HYPOT_HPP_
10 #include <cmath>
11 namespace dxle {
12  namespace math {
13  using std::hypot;
14  }
15  using dxle::math::abs;
16 }
17 #endif //DXLE_INC_MATH_HYPOT_HPP_
Definition: cast_if.hpp:12
DXLE_CONSTEXPR FloatType abs(FloatType x) DXLE_NOEXCEPT_OR_NOTHROW
Definition: abs.hpp:28