add sprout::abs, fabs

add cinttypes
This commit is contained in:
bolero-MURAKAMI 2012-05-05 15:57:55 +09:00
parent 8dadcb359a
commit 2fb6cea457
13 changed files with 211 additions and 37 deletions

View file

@ -2,6 +2,7 @@
#define SPROUT_MATH_FUNCTIONS_HPP
#include <sprout/config.hpp>
#include <sprout/math/operations.hpp>
#include <sprout/math/exponential.hpp>
#include <sprout/math/power.hpp>
#include <sprout/math/trigonometric.hpp>