add sprout::cbrt, hypot, fmax, fmin, fdim

fix sprout::pow case x==0
This commit is contained in:
bolero-MURAKAMI 2012-05-05 18:50:17 +09:00
parent feba220da4
commit 6ccd6e1cf4
10 changed files with 273 additions and 17 deletions

View file

@ -1,6 +1,9 @@
#ifndef SPROUT_MATH_OPERATIONS_HPP
#define SPROUT_MATH_OPERATIONS_HPP
#include <sprout/math/abs.hpp>
#include <sprout/math/fabs.hpp>
#include <sprout/math/fmax.hpp>
#include <sprout/math/fmin.hpp>
#include <sprout/math/fdim.hpp>
#endif // #ifndef SPROUT_MATH_OPERATIONS_HPP