Sprout/sprout/math.hpp
bolero-MURAKAMI 6e09fc2ee5 add math::phi
2014-03-17 17:06:41 +09:00

16 lines
647 B
C++

/*=============================================================================
Copyright (c) 2011-2014 Bolero MURAKAMI
https://github.com/bolero-MURAKAMI/Sprout
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
=============================================================================*/
#ifndef SPROUT_MATH_HPP
#define SPROUT_MATH_HPP
#include <sprout/config.hpp>
#include <sprout/math/functions.hpp>
#include <sprout/math/constants.hpp>
#include <sprout/math/constant_variables.hpp>
#endif // #ifndef SPROUT_MATH_HPP