add math::bernoulli_number

add type_traits is_int, is_uint
This commit is contained in:
bolero-MURAKAMI 2012-05-12 23:18:19 +09:00
parent 576744f408
commit 29b9d07975
6 changed files with 395 additions and 51 deletions

View file

@ -9,5 +9,6 @@
#include <sprout/math/power.hpp>
#include <sprout/math/operations.hpp>
#include <sprout/math/factorial.hpp>
#include <sprout/math/bernoulli.hpp>
#endif // #ifndef SPROUT_MATH_FUNCTIONS_HPP