Sprout/sprout/math
2013-02-07 23:12:57 +09:00
..
detail fix config macro name 2013-01-13 17:41:45 +09:00
abs.hpp fix math implementation. 2012-06-23 13:22:50 +09:00
acos.hpp fix math implementation. 2012-06-23 13:22:50 +09:00
acosh.hpp fix math implementation. 2012-06-23 13:22:50 +09:00
asin.hpp fix recursion depth math functions. 2012-12-08 13:45:09 +09:00
asinh.hpp fix math implementation. 2012-06-23 13:22:50 +09:00
atan.hpp fix recursion depth math functions. 2012-12-08 13:45:09 +09:00
atan2.hpp fix math/comparison.hpp 2012-07-07 14:58:46 +09:00
atanh.hpp fix math implementation. 2012-06-23 13:22:50 +09:00
bernoulli.hpp support hash: floating point 2013-02-07 23:12:57 +09:00
cbrt.hpp fix math implementation. 2012-06-23 13:22:50 +09:00
ceil.hpp fix config macro name 2013-01-13 17:41:45 +09:00
classifications.hpp fix container_traits const-qualified specialization 2012-05-11 09:23:01 +09:00
common_factor.hpp add sprout/rational.hpp 2012-05-25 22:21:16 +09:00
compare.hpp fix math/comparison.hpp 2012-07-07 14:58:46 +09:00
comparison.hpp add sprout/math/comparison.hpp 2012-07-06 23:10:49 +09:00
constants.hpp add sprout::cbrt, hypot, fmax, fmin, fdim 2012-05-05 18:50:17 +09:00
cos.hpp fix recursion depth math functions. 2012-12-08 13:45:09 +09:00
cosh.hpp fix recursion depth math functions. 2012-12-08 13:45:09 +09:00
equal_to.hpp workaround for Clang3.2 (geometric_distribution) 2012-11-12 14:07:55 +09:00
exp.hpp add math functions: logb, ilogb 2013-02-07 18:14:50 +09:00
exp2.hpp fix math implementation. 2012-06-23 13:22:50 +09:00
exp10.hpp fix type_traits/aliases.hpp 2012-05-27 00:43:38 +09:00
expm1.hpp fix math implementation. 2012-06-23 13:22:50 +09:00
exponential.hpp add math functions: logb, ilogb 2013-02-07 18:14:50 +09:00
fabs.hpp fix math implementation. 2012-06-23 13:22:50 +09:00
factorial.hpp support hash: floating point 2013-02-07 23:12:57 +09:00
fdim.hpp fix math/comparison.hpp 2012-07-07 14:58:46 +09:00
float_exponent.hpp add floating point functions: float_pair, float_exponent, float_mantissa 2013-02-07 19:26:24 +09:00
float_mantissa.hpp support hash: floating point 2013-02-07 23:12:57 +09:00
float_pair.hpp support hash: floating point 2013-02-07 23:12:57 +09:00
floating_point.hpp add floating point functions: float_pair, float_exponent, float_mantissa 2013-02-07 19:26:24 +09:00
floor.hpp fix config macro name 2013-01-13 17:41:45 +09:00
fma.hpp fix math/comparison.hpp 2012-07-07 14:58:46 +09:00
fmax.hpp fix math/comparison.hpp 2012-07-07 14:58:46 +09:00
fmin.hpp fix math/comparison.hpp 2012-07-07 14:58:46 +09:00
fmod.hpp add math fmod 2012-12-02 17:06:37 +09:00
fpclassify.hpp fix math implementation. 2012-06-23 13:22:50 +09:00
functions.hpp add math functions: logb, ilogb 2013-02-07 18:14:50 +09:00
gcd.hpp support hash: floating point 2013-02-07 23:12:57 +09:00
greater.hpp fix math/comparison.hpp 2012-07-07 14:58:46 +09:00
greater_equal.hpp fix math/comparison.hpp 2012-07-07 14:58:46 +09:00
hyperbolic.hpp add math/classifications.hpp 2012-05-10 13:34:49 +09:00
hypot.hpp fix math/comparison.hpp 2012-07-07 14:58:46 +09:00
ilogb.hpp add math functions: logb, ilogb 2013-02-07 18:14:50 +09:00
isfinite.hpp fix math implementation. 2012-06-23 13:22:50 +09:00
isinf.hpp fix math implementation. 2012-06-23 13:22:50 +09:00
isnan.hpp fix math implementation. 2012-06-23 13:22:50 +09:00
isnormal.hpp fix math implementation. 2012-06-23 13:22:50 +09:00
issubnormal.hpp fix type_traits/aliases.hpp 2012-05-27 00:43:38 +09:00
iszero.hpp fix type_traits/aliases.hpp 2012-05-27 00:43:38 +09:00
lcm.hpp add sprout/rational.hpp 2012-05-25 22:21:16 +09:00
ldexp.hpp add math functions: logb, ilogb 2013-02-07 18:14:50 +09:00
less.hpp fix math/comparison.hpp 2012-07-07 14:58:46 +09:00
less_equal.hpp fix math/comparison.hpp 2012-07-07 14:58:46 +09:00
llround.hpp workaround for clang3.2 (binomial_distribution) 2012-11-12 17:11:48 +09:00
log.hpp fix math::exp implementation 2013-02-07 03:32:05 +09:00
log1p.hpp fix math implementation. 2012-06-23 13:22:50 +09:00
log2.hpp add math functions: logb, ilogb 2013-02-07 18:14:50 +09:00
log10.hpp fix math implementation. 2012-06-23 13:22:50 +09:00
log_a.hpp add math functions: logb, ilogb 2013-02-07 18:14:50 +09:00
logb.hpp support hash: floating point 2013-02-07 23:12:57 +09:00
lround.hpp workaround for clang3.2 (binomial_distribution) 2012-11-12 17:11:48 +09:00
nearest.hpp add lround, llround 2012-07-05 08:03:32 +09:00
not_equal_to.hpp fix math/comparison.hpp 2012-07-07 14:58:46 +09:00
operations.hpp add math fmod 2012-12-02 17:06:37 +09:00
pow.hpp fix math/comparison.hpp 2012-07-07 14:58:46 +09:00
power.hpp add math functions: logb, ilogb 2013-02-07 18:14:50 +09:00
round.hpp fix config macro name 2013-01-13 17:41:45 +09:00
scalbln.hpp support hash: floating point 2013-02-07 23:12:57 +09:00
scalbn.hpp support hash: floating point 2013-02-07 23:12:57 +09:00
signbit.hpp fix math implementation. 2012-06-23 13:22:50 +09:00
sin.hpp fix math implementation. 2012-06-23 13:22:50 +09:00
sinh.hpp fix recursion depth math functions. 2012-12-08 13:45:09 +09:00
sqrt.hpp fix math implementation. 2012-06-23 13:22:50 +09:00
tan.hpp fix math implementation. 2012-06-23 13:22:50 +09:00
tanh.hpp fix math implementation. 2012-06-23 13:22:50 +09:00
trigonometric.hpp add math/classifications.hpp 2012-05-10 13:34:49 +09:00
trunc.hpp fix config macro name 2013-01-13 17:41:45 +09:00