Sprout/sprout/math
2012-05-11 09:23:01 +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
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 add sprout::exp, log 2012-05-04 16:40:25 +09:00
exp.hpp add sprout::exp, log 2012-05-04 16:40:25 +09:00
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 sprout::sin, cos, tan 2012-05-04 12:09:06 +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 fix container_traits const-qualified specialization 2012-05-11 09:23:01 +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 add sprout::exp, log 2012-05-04 16:40:25 +09:00
sqrt.hpp add sprout::sinh, cosh, tanh, sqrt 2012-05-04 14:07:36 +09:00
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