add sprout/io.hpp

fix complex.hpp include header
fix partial_sum bug
fix range_return bug
This commit is contained in:
bolero-MURAKAMI 2012-04-23 18:37:14 +09:00
parent 9ff67fe582
commit be70a2e4ef
6 changed files with 815 additions and 7 deletions

View file

@ -2,6 +2,8 @@
#define SPROUT_COMPLEX_HPP
#include <cmath>
#include <iosfwd>
#include <ios>
#include <sprout/config.hpp>
#include <sprout/math/constants.hpp>