.. _program_listing_file_include_ecl_math.hpp: Program Listing for File math.hpp ================================= |exhale_lsh| :ref:`Return to documentation for file ` (``include/ecl/math.hpp``) .. |exhale_lsh| unicode:: U+021B0 .. UPWARDS ARROW WITH TIP LEFTWARDS .. code-block:: cpp /***************************************************************************** ** Ifdefs *****************************************************************************/ #ifndef ECL_MATH_HPP_ #define ECL_MATH_HPP_ /***************************************************************************** ** Includes *****************************************************************************/ #include "math/constants.hpp" #include "math/norms.hpp" #include "math/fuzzy.hpp" #include "math/simple.hpp" #endif /*ECL_MATH_HPP_*/