Sprout/sprout/math/operations.hpp

14 lines
381 B
C++
Raw Normal View History

2012-05-05 06:57:55 +00:00
#ifndef SPROUT_MATH_OPERATIONS_HPP
#define SPROUT_MATH_OPERATIONS_HPP
2012-05-10 04:34:49 +00:00
#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>
2012-12-02 08:06:37 +00:00
#include <sprout/math/fmod.hpp>
2012-05-05 06:57:55 +00:00
#endif // #ifndef SPROUT_MATH_OPERATIONS_HPP