Sprout/sprout/math/operations.hpp
bolero-MURAKAMI 18b479e3ac add math fmod
fix math cos
2012-12-02 17:06:37 +09:00

13 lines
381 B
C++

#ifndef SPROUT_MATH_OPERATIONS_HPP
#define SPROUT_MATH_OPERATIONS_HPP
#include <sprout/config.hpp>
#include <sprout/math/abs.hpp>
#include <sprout/math/fabs.hpp>
#include <sprout/math/fma.hpp>
#include <sprout/math/fmax.hpp>
#include <sprout/math/fmin.hpp>
#include <sprout/math/fdim.hpp>
#include <sprout/math/fmod.hpp>
#endif // #ifndef SPROUT_MATH_OPERATIONS_HPP