Commit graph

589 commits

Author SHA1 Message Date
bolero-MURAKAMI
6bb2d0fb87 replace implementation <cmath> functions to Sprout.Math.Functions 2012-05-09 10:15:19 +09:00
bolero-MURAKAMI
6ccd6e1cf4 add sprout::cbrt, hypot, fmax, fmin, fdim
fix sprout::pow case x==0
2012-05-05 18:50:17 +09:00
bolero-MURAKAMI
feba220da4 add sprout::math::float_promote 2012-05-05 17:35:33 +09:00
bolero-MURAKAMI
2fb6cea457 add sprout::abs, fabs
add cinttypes
2012-05-05 15:57:55 +09:00
bolero-MURAKAMI
8dadcb359a add sprout::asinh, acosh, atanh 2012-05-05 00:24:10 +09:00
bolero-MURAKAMI
435e6511b0 add sprout::atan2 2012-05-04 23:47:54 +09:00
bolero-MURAKAMI
28f22ab73d add sprout::asin, acos, pow 2012-05-04 23:23:39 +09:00
bolero-MURAKAMI
8c23e809a4 add sprout::atan 2012-05-04 22:13:17 +09:00
bolero-MURAKAMI
1417a8acd2 add sprout::exp2, expm1 2012-05-04 18:21:18 +09:00
bolero-MURAKAMI
6baf082234 add sprout::log10, log2, log1p 2012-05-04 18:02:42 +09:00
bolero-MURAKAMI
29a55bf31d add sprout::exp, log 2012-05-04 16:40:25 +09:00
bolero-MURAKAMI
d7c441ad69 add sprout::sinh, cosh, tanh, sqrt 2012-05-04 14:07:36 +09:00
bolero-MURAKAMI
234757af07 add sprout::sin, cos, tan 2012-05-04 12:09:06 +09:00
Bolero MURAKAMI
cc329f20e6 Merge pull request #2 from osyo-manga/example_prototype
add Sprout.Weed example
2012-05-01 03:25:05 -07:00
manga_osyo
b63f29486d add Sprout.Weed example 2012-05-01 19:03:57 +09:00
bolero-MURAKAMI
5757bc9d7a add range/numeric/dft 2012-05-01 14:34:48 +09:00
bolero-MURAKAMI
374374c62b fix sinusoidal_iterator 2012-05-01 11:37:52 +09:00
bolero-MURAKAMI
51a7a4c86c fix sinusoidal 2012-05-01 11:32:48 +09:00
bolero-MURAKAMI
bafd1004dd add adaptor::copied 2012-04-30 22:18:45 +09:00
bolero-MURAKAMI
cb830f141d fix io fromat from int
add range::sinusoidal
fix algorithm random_access_iterator parformance
2012-04-30 19:41:24 +09:00
bolero-MURAKAMI
3ff16b4054 add range/adaptor/transformed 2012-04-30 17:30:47 +09:00
bolero-MURAKAMI
3e5facb754 add def/spectrum, dft/sinusoid
fix container_traits defined weak typedefs and constants
fix reverse_iterator
2012-04-30 10:55:33 +09:00
bolero-MURAKAMI
3d10fd9f18 fix io implicit conversion Expression to string 2012-04-26 13:25:38 +09:00
bolero-MURAKAMI
b2394e32c5 fix io sprout::string output 2012-04-23 21:44:47 +09:00
bolero-MURAKAMI
be70a2e4ef add sprout/io.hpp
fix complex.hpp include header
fix partial_sum bug
fix range_return bug
2012-04-23 18:37:14 +09:00
bolero-MURAKAMI
9ff67fe582 add float_to_string_exp 2012-04-19 15:39:01 +09:00
bolero-MURAKAMI
47ec95c7ff add detail/int.hpp 2012-04-19 12:29:48 +09:00
bolero-MURAKAMI
80763fd432 add detail/float.hpp 2012-04-18 17:46:27 +09:00
bolero-MURAKAMI
22f13db2a0 rewrite string concat 2012-04-18 13:37:35 +09:00
bolero-MURAKAMI
165b9ee1cd rewrite string construction (performance improved) 2012-04-18 00:58:34 +09:00
bolero-MURAKAMI
ece20bf8ef add strtoimax, strtoumax 2012-04-17 23:18:51 +09:00
bolero-MURAKAMI
c532099a35 fix delete extra ';' 2012-04-17 03:00:51 +09:00
bolero-MURAKAMI
e5391d339c fix to_string 2012-04-17 02:23:41 +09:00
bolero-MURAKAMI
08def386b5 fix float to_string 2012-04-16 20:19:47 +09:00
bolero-MURAKAMI
18014daa68 fix float to_string (rounding) 2012-04-16 19:49:23 +09:00
bolero-MURAKAMI
d8353c9bf7 add float to_string
delete redundant overload to_string
2012-04-16 19:09:43 +09:00
bolero-MURAKAMI
09b4b56fad fix to_string
fix from_string
fix filename typo
2012-04-16 15:33:29 +09:00
bolero-MURAKAMI
c901c3058a add from_string, stol, stoul, stod, and more... 2012-04-16 13:32:47 +09:00
bolero-MURAKAMI
686d1bf67a fix str_to_float SFINAE 2012-04-16 12:00:20 +09:00
bolero-MURAKAMI
907bced466 add atof, strtof, strtod, strtold 2012-04-16 11:21:40 +09:00
bolero-MURAKAMI
28f7c510a5 add cwchar.hpp
rename decimal_to_int -> ascii_to_int
2012-04-15 10:31:49 +09:00
bolero-MURAKAMI
50fd5f33bf add atoi, atol, strtol 2012-04-15 00:48:31 +09:00
bolero-MURAKAMI
1968a6fac4 add to_string 2012-04-14 19:06:21 +09:00
bolero-MURAKAMI
89e2be54fa add stringize preprocessor
add random using
add some headers
2012-04-14 12:31:47 +09:00
bolero-MURAKAMI
1766ed43a4 add move_if_noexcept 2012-04-13 23:32:34 +09:00
bolero-MURAKAMI
29b7bc7c06 fix testspr 2012-04-13 22:42:44 +09:00
bolero-MURAKAMI
67902b8643 fix testspr 2012-04-13 21:35:22 +09:00
bolero-MURAKAMI
3eafabb1ed fix type-traits 2012-04-13 21:23:49 +09:00
bolero-MURAKAMI
8f818ee63f delete auto_config.hpp
add compiler supports
2012-04-13 16:00:30 +09:00
bolero-MURAKAMI
2fa0ad1fe4 add make_pair, rel_ops, and others... 2012-04-12 23:41:06 +09:00