Sprout/sprout/math
bolero-MURAKAMI 29b9d07975 add math::bernoulli_number
add type_traits is_int, is_uint
2012-05-12 23:18:19 +09:00
..
abs.hpp replace implementation <cmath> functions to Sprout.Math.Functions 2012-05-09 10:15:19 +09:00
acos.hpp add math/classifications.hpp 2012-05-10 13:34:49 +09:00
acosh.hpp add math/classifications.hpp 2012-05-10 13:34:49 +09:00
asin.hpp add math/classifications.hpp 2012-05-10 13:34:49 +09:00
asinh.hpp add math/classifications.hpp 2012-05-10 13:34:49 +09:00
atan.hpp add sprout::atan 2012-05-04 22:13:17 +09:00
atan2.hpp add math/classifications.hpp 2012-05-10 13:34:49 +09:00
atanh.hpp add math/classifications.hpp 2012-05-10 13:34:49 +09:00
bernoulli.hpp add math::bernoulli_number 2012-05-12 23:18:19 +09:00
cbrt.hpp add math/classifications.hpp 2012-05-10 13:34:49 +09:00
classifications.hpp fix container_traits const-qualified specialization 2012-05-11 09:23:01 +09:00
constants.hpp add sprout::cbrt, hypot, fmax, fmin, fdim 2012-05-05 18:50:17 +09:00
cos.hpp replace implementation <cmath> functions to Sprout.Math.Functions 2012-05-09 10:15:19 +09:00
cosh.hpp
exp.hpp
exp2.hpp add math/classifications.hpp 2012-05-10 13:34:49 +09:00
exp10.hpp add math/classifications.hpp 2012-05-10 13:34:49 +09:00
expm1.hpp add math/classifications.hpp 2012-05-10 13:34:49 +09:00
exponential.hpp add math/classifications.hpp 2012-05-10 13:34:49 +09:00
fabs.hpp replace implementation <cmath> functions to Sprout.Math.Functions 2012-05-09 10:15:19 +09:00
factorial.hpp add math::bernoulli_number 2012-05-12 23:18:19 +09:00
fdim.hpp add sprout::cbrt, hypot, fmax, fmin, fdim 2012-05-05 18:50:17 +09:00
float_promote.hpp add sprout::math::float_promote 2012-05-05 17:35:33 +09:00
fma.hpp replace implementation <cmath> functions to Sprout.Math.Functions 2012-05-09 10:15:19 +09:00
fmax.hpp add sprout::cbrt, hypot, fmax, fmin, fdim 2012-05-05 18:50:17 +09:00
fmin.hpp add sprout::cbrt, hypot, fmax, fmin, fdim 2012-05-05 18:50:17 +09:00
fpclassify.hpp add math/classifications.hpp 2012-05-10 13:34:49 +09:00
functions.hpp add math::bernoulli_number 2012-05-12 23:18:19 +09:00
hyperbolic.hpp add math/classifications.hpp 2012-05-10 13:34:49 +09:00
hypot.hpp add math/classifications.hpp 2012-05-10 13:34:49 +09:00
isfinite.hpp add math/classifications.hpp 2012-05-10 13:34:49 +09:00
isinf.hpp add math/classifications.hpp 2012-05-10 13:34:49 +09:00
isnan.hpp add math/classifications.hpp 2012-05-10 13:34:49 +09:00
isnormal.hpp add math/classifications.hpp 2012-05-10 13:34:49 +09:00
issubnormal.hpp add math/classifications.hpp 2012-05-10 13:34:49 +09:00
iszero.hpp add math/classifications.hpp 2012-05-10 13:34:49 +09:00
log.hpp add math/classifications.hpp 2012-05-10 13:34:49 +09:00
log1p.hpp add math/classifications.hpp 2012-05-10 13:34:49 +09:00
log2.hpp add math/classifications.hpp 2012-05-10 13:34:49 +09:00
log10.hpp add math/classifications.hpp 2012-05-10 13:34:49 +09:00
operations.hpp add math/classifications.hpp 2012-05-10 13:34:49 +09:00
pow.hpp add math/classifications.hpp 2012-05-10 13:34:49 +09:00
power.hpp add math/classifications.hpp 2012-05-10 13:34:49 +09:00
signbit.hpp add math/classifications.hpp 2012-05-10 13:34:49 +09:00
sin.hpp add math/classifications.hpp 2012-05-10 13:34:49 +09:00
sinh.hpp
sqrt.hpp
tan.hpp add math/classifications.hpp 2012-05-10 13:34:49 +09:00
tanh.hpp add math/classifications.hpp 2012-05-10 13:34:49 +09:00
trigonometric.hpp add math/classifications.hpp 2012-05-10 13:34:49 +09:00