Sprout/sprout/math
2013-08-07 00:15:09 +09:00
..
detail fix math functions 2013-05-05 00:06:30 +09:00
abs.hpp fix math functions 2013-05-06 00:22:08 +09:00
acos.hpp workaround for no c++11 numeric_limits 2013-08-07 00:15:09 +09:00
acosh.hpp workaround for no c++11 numeric_limits 2013-08-07 00:15:09 +09:00
asin.hpp workaround for no c++11 numeric_limits 2013-08-07 00:15:09 +09:00
asinh.hpp workaround for no c++11 numeric_limits 2013-08-07 00:15:09 +09:00
atan.hpp workaround for no c++11 numeric_limits 2013-08-07 00:15:09 +09:00
atan2.hpp workaround for no c++11 numeric_limits 2013-08-07 00:15:09 +09:00
atanh.hpp workaround for no c++11 numeric_limits 2013-08-07 00:15:09 +09:00
bernoulli.hpp add SPROUT_ASSERT 2013-03-18 19:12:21 +09:00
cbrt.hpp workaround for no c++11 numeric_limits 2013-08-07 00:15:09 +09:00
ceil.hpp workaround for no c++11 numeric_limits 2013-08-07 00:15:09 +09:00
classifications.hpp
cmath.hpp add math::copysign 2013-04-24 22:48:36 +09:00
common_factor.hpp fix coding styles 2013-03-22 14:24:19 +09:00
compare.hpp
comparison.hpp
constants.hpp fix math functions 2013-04-29 10:56:46 +09:00
copysign.hpp workaround for no c++11 numeric_limits 2013-08-07 00:15:09 +09:00
cos.hpp workaround for no c++11 numeric_limits 2013-08-07 00:15:09 +09:00
cosh.hpp workaround for no c++11 numeric_limits 2013-08-07 00:15:09 +09:00
equal_to.hpp workaround for no c++11 numeric_limits 2013-08-07 00:15:09 +09:00
erf.hpp workaround for no c++11 numeric_limits 2013-08-07 00:15:09 +09:00
erfc.hpp workaround for no c++11 numeric_limits 2013-08-07 00:15:09 +09:00
error.hpp fix math functions 2013-02-14 18:02:43 +09:00
exp.hpp workaround for no c++11 numeric_limits 2013-08-07 00:15:09 +09:00
exp2.hpp workaround for no c++11 numeric_limits 2013-08-07 00:15:09 +09:00
exp10.hpp workaround for no c++11 numeric_limits 2013-08-07 00:15:09 +09:00
expm1.hpp workaround for no c++11 numeric_limits 2013-08-07 00:15:09 +09:00
exponential.hpp fix math functions 2013-02-14 18:02:43 +09:00
fabs.hpp workaround for no c++11 numeric_limits 2013-08-07 00:15:09 +09:00
factorial.hpp workaround for clang3.2: cstdint constant macros missing 2013-08-04 11:08:41 +09:00
fdim.hpp workaround for no c++11 numeric_limits 2013-08-07 00:15:09 +09:00
float2_exponent.hpp workaround for no c++11 numeric_limits 2013-08-07 00:15:09 +09:00
float2_sig_exp.hpp workaround for no c++11 numeric_limits 2013-08-07 00:15:09 +09:00
float2_significand.hpp workaround for no c++11 numeric_limits 2013-08-07 00:15:09 +09:00
float_exponent.hpp workaround for no c++11 numeric_limits 2013-08-07 00:15:09 +09:00
float_sig_exp.hpp workaround for no c++11 numeric_limits 2013-08-07 00:15:09 +09:00
float_significand.hpp workaround for no c++11 numeric_limits 2013-08-07 00:15:09 +09:00
floating_point.hpp add math: reminder, rem_quo(same as remquo) 2013-02-10 17:12:31 +09:00
floor.hpp workaround for no c++11 numeric_limits 2013-08-07 00:15:09 +09:00
fma.hpp workaround for no c++11 numeric_limits 2013-08-07 00:15:09 +09:00
fmax.hpp workaround for no c++11 numeric_limits 2013-08-07 00:15:09 +09:00
fmin.hpp workaround for no c++11 numeric_limits 2013-08-07 00:15:09 +09:00
fmod.hpp workaround for no c++11 numeric_limits 2013-08-07 00:15:09 +09:00
fpclassify.hpp fix exponential functions 2013-04-25 15:36:19 +09:00
frac_int.hpp workaround for no c++11 numeric_limits 2013-08-07 00:15:09 +09:00
fractional_part.hpp workaround for no c++11 numeric_limits 2013-08-07 00:15:09 +09:00
functions.hpp fix math functions 2013-05-06 00:22:08 +09:00
gamma.hpp add math::lgamma 2013-04-23 19:03:03 +09:00
gcd.hpp workaround for no c++11 numeric_limits 2013-08-07 00:15:09 +09:00
greater.hpp
greater_equal.hpp fix math functions 2013-05-08 01:46:40 +09:00
hyperbolic.hpp fix math functions 2013-02-14 18:02:43 +09:00
hypot.hpp workaround for no c++11 numeric_limits 2013-08-07 00:15:09 +09:00
iceil.hpp workaround for no c++11 numeric_limits 2013-08-07 00:15:09 +09:00
ifloor.hpp workaround for no c++11 numeric_limits 2013-08-07 00:15:09 +09:00
ilogb.hpp fix exponential functions 2013-04-25 15:36:19 +09:00
ilogb2.hpp fix exponential functions 2013-04-25 15:36:19 +09:00
integer.hpp fix math functions 2013-05-06 00:22:08 +09:00
integer_part.hpp workaround for no c++11 numeric_limits 2013-08-07 00:15:09 +09:00
iround.hpp workaround for no c++11 numeric_limits 2013-08-07 00:15:09 +09:00
is_even.hpp add finite check: is_integer, is_odd, is_even 2013-05-09 01:15:44 +09:00
is_integer.hpp add finite check: is_integer, is_odd, is_even 2013-05-09 01:15:44 +09:00
is_odd.hpp add finite check: is_integer, is_odd, is_even 2013-05-09 01:15:44 +09:00
isfinite.hpp fix math functions 2013-04-29 10:56:46 +09:00
isinf.hpp workaround for no c++11 numeric_limits 2013-08-07 00:15:09 +09:00
isnan.hpp fix math functions 2013-04-29 10:56:46 +09:00
isnormal.hpp fix math functions 2013-04-29 10:56:46 +09:00
issubnormal.hpp workaround for no c++11 numeric_limits 2013-08-07 00:15:09 +09:00
iszero.hpp fix math functions 2013-04-29 10:56:46 +09:00
itrunc.hpp workaround for no c++11 numeric_limits 2013-08-07 00:15:09 +09:00
lcm.hpp workaround for no c++11 numeric_limits 2013-08-07 00:15:09 +09:00
ldexp.hpp workaround for no c++11 numeric_limits 2013-08-07 00:15:09 +09:00
less.hpp
less_equal.hpp fix math functions 2013-05-08 01:46:40 +09:00
lgamma.hpp workaround for no c++11 numeric_limits 2013-08-07 00:15:09 +09:00
llround.hpp workaround for no c++11 numeric_limits 2013-08-07 00:15:09 +09:00
log.hpp workaround for no c++11 numeric_limits 2013-08-07 00:15:09 +09:00
log1p.hpp workaround for no c++11 numeric_limits 2013-08-07 00:15:09 +09:00
log2.hpp workaround for no c++11 numeric_limits 2013-08-07 00:15:09 +09:00
log10.hpp workaround for no c++11 numeric_limits 2013-08-07 00:15:09 +09:00
log_a.hpp fix math functions 2013-05-06 00:22:08 +09:00
logb.hpp workaround for no c++11 numeric_limits 2013-08-07 00:15:09 +09:00
logb2.hpp workaround for no c++11 numeric_limits 2013-08-07 00:15:09 +09:00
lround.hpp workaround for no c++11 numeric_limits 2013-08-07 00:15:09 +09:00
manipulations.hpp add math::copysign 2013-04-24 22:48:36 +09:00
minmax.hpp fix math functions 2013-05-08 01:46:40 +09:00
muladd.hpp fix math headers 2013-02-10 17:33:31 +09:00
nearest.hpp fix math functions 2013-02-14 18:02:43 +09:00
not_equal_to.hpp
pow.hpp workaround for no c++11 numeric_limits 2013-08-07 00:15:09 +09:00
power.hpp fix math functions 2013-02-14 18:02:43 +09:00
quotient.hpp workaround for no c++11 numeric_limits 2013-08-07 00:15:09 +09:00
rem_quo.hpp workaround for no c++11 numeric_limits 2013-08-07 00:15:09 +09:00
remainder.hpp workaround for no c++11 numeric_limits 2013-08-07 00:15:09 +09:00
remainders.hpp fix math headers 2013-02-10 17:33:31 +09:00
round.hpp workaround for no c++11 numeric_limits 2013-08-07 00:15:09 +09:00
scalbln.hpp workaround for no c++11 numeric_limits 2013-08-07 00:15:09 +09:00
scalbn.hpp workaround for no c++11 numeric_limits 2013-08-07 00:15:09 +09:00
signbit.hpp fix math functions 2013-04-29 10:56:46 +09:00
sin.hpp workaround for no c++11 numeric_limits 2013-08-07 00:15:09 +09:00
sinh.hpp workaround for no c++11 numeric_limits 2013-08-07 00:15:09 +09:00
sqrt.hpp workaround for no c++11 numeric_limits 2013-08-07 00:15:09 +09:00
tan.hpp workaround for no c++11 numeric_limits 2013-08-07 00:15:09 +09:00
tanh.hpp workaround for no c++11 numeric_limits 2013-08-07 00:15:09 +09:00
tgamma.hpp workaround for no c++11 numeric_limits 2013-08-07 00:15:09 +09:00
trigonometric.hpp fix math functions 2013-02-14 18:02:43 +09:00
trunc.hpp workaround for no c++11 numeric_limits 2013-08-07 00:15:09 +09:00