1
0
Fork 0
mirror of https://github.com/bolero-MURAKAMI/Sprout synced 2025-02-04 21:33:56 +00:00
Sprout/sprout/math/operations.hpp

12 lines
318 B
C++
Raw Normal View History

2012-05-05 15:57:55 +09:00
#ifndef SPROUT_MATH_OPERATIONS_HPP
#define SPROUT_MATH_OPERATIONS_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-05-05 15:57:55 +09:00
#endif // #ifndef SPROUT_MATH_OPERATIONS_HPP