Sprout/sprout/math
2013-03-22 14:24:19 +09:00
..
detail fix math functions 2013-02-14 18:02:43 +09:00
abs.hpp
acos.hpp fix math functions 2013-02-14 18:02:43 +09:00
acosh.hpp fix math functions 2013-02-14 18:02:43 +09:00
asin.hpp fix math functions 2013-02-14 18:02:43 +09:00
asinh.hpp fix math functions 2013-02-14 18:02:43 +09:00
atan.hpp fix math functions 2013-02-14 18:02:43 +09:00
atan2.hpp fix math functions 2013-02-14 18:02:43 +09:00
atanh.hpp fix math functions 2013-02-14 18:02:43 +09:00
bernoulli.hpp add SPROUT_ASSERT 2013-03-18 19:12:21 +09:00
cbrt.hpp fix math functions 2013-02-14 18:02:43 +09:00
ceil.hpp add SPROUT_ASSERT 2013-03-18 19:12:21 +09:00
classifications.hpp
cmath.hpp add sprout::string_ref 2013-02-19 02:49:10 +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-02-14 18:02:43 +09:00
cos.hpp fix math functions 2013-02-14 18:02:43 +09:00
cosh.hpp fix math functions 2013-02-14 18:02:43 +09:00
equal_to.hpp
erf.hpp fix math functions 2013-02-14 18:02:43 +09:00
erfc.hpp fix math functions 2013-02-14 18:02:43 +09:00
error.hpp fix math functions 2013-02-14 18:02:43 +09:00
exp.hpp fix math functions 2013-02-14 18:02:43 +09:00
exp2.hpp fix math functions 2013-02-14 18:02:43 +09:00
exp10.hpp fix math functions 2013-02-14 18:02:43 +09:00
expm1.hpp fix math functions 2013-02-14 18:02:43 +09:00
exponential.hpp fix math functions 2013-02-14 18:02:43 +09:00
fabs.hpp
factorial.hpp add SPROUT_ASSERT 2013-03-18 19:12:21 +09:00
fdim.hpp
float2_exponent.hpp fix math functions 2013-02-14 18:02:43 +09:00
float2_sig_exp.hpp fix math functions 2013-02-14 18:02:43 +09:00
float2_significand.hpp fix math functions 2013-02-14 18:02:43 +09:00
float_exponent.hpp fix math functions 2013-02-14 18:02:43 +09:00
float_sig_exp.hpp fix math functions 2013-02-14 18:02:43 +09:00
float_significand.hpp fix math functions 2013-02-14 18:02:43 +09:00
floating_point.hpp add math: reminder, rem_quo(same as remquo) 2013-02-10 17:12:31 +09:00
floor.hpp add SPROUT_ASSERT 2013-03-18 19:12:21 +09:00
fma.hpp
fmax.hpp fix math functions 2013-02-14 18:02:43 +09:00
fmin.hpp fix math functions 2013-02-14 18:02:43 +09:00
fmod.hpp fix math functions 2013-02-14 18:02:43 +09:00
fpclassify.hpp
frac_int.hpp fix coding styles 2013-03-22 14:24:19 +09:00
fractional_part.hpp fix math functions 2013-02-14 18:02:43 +09:00
functions.hpp add sprout::string_ref 2013-02-19 02:49:10 +09:00
gcd.hpp fix coding styles 2013-03-22 14:24:19 +09:00
greater.hpp
greater_equal.hpp
hyperbolic.hpp fix math functions 2013-02-14 18:02:43 +09:00
hypot.hpp fix math functions 2013-02-14 18:02:43 +09:00
iceil.hpp add SPROUT_ASSERT 2013-03-18 19:12:21 +09:00
ifloor.hpp add SPROUT_ASSERT 2013-03-18 19:12:21 +09:00
ilogb.hpp add math functions: logb, ilogb 2013-02-07 18:14:50 +09:00
ilogb2.hpp fix math: rounding function,etc... 2013-02-10 11:54:54 +09:00
integer_part.hpp fix math functions 2013-02-14 18:02:43 +09:00
iround.hpp add SPROUT_ASSERT 2013-03-18 19:12:21 +09:00
isfinite.hpp
isinf.hpp
isnan.hpp
isnormal.hpp
issubnormal.hpp
iszero.hpp
itrunc.hpp add SPROUT_ASSERT 2013-03-18 19:12:21 +09:00
lcm.hpp fix coding styles 2013-03-22 14:24:19 +09:00
ldexp.hpp fix math functions 2013-02-14 18:02:43 +09:00
less.hpp
less_equal.hpp
llround.hpp fix math: rounding function,etc... 2013-02-10 11:54:54 +09:00
log.hpp fix math functions 2013-02-14 18:02:43 +09:00
log1p.hpp fix math functions 2013-02-14 18:02:43 +09:00
log2.hpp fix math functions 2013-02-14 18:02:43 +09:00
log10.hpp fix math functions 2013-02-14 18:02:43 +09:00
log_a.hpp add math functions: logb, ilogb 2013-02-07 18:14:50 +09:00
logb.hpp fix math functions 2013-02-14 18:02:43 +09:00
logb2.hpp fix math functions 2013-02-14 18:02:43 +09:00
lround.hpp fix math: rounding function,etc... 2013-02-10 11:54:54 +09:00
minmax.hpp fix math headers 2013-02-10 17:33:31 +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 fix math functions 2013-02-14 18:02:43 +09:00
power.hpp fix math functions 2013-02-14 18:02:43 +09:00
quotient.hpp fix math functions 2013-02-14 18:02:43 +09:00
rem_quo.hpp fix math functions 2013-02-14 18:02:43 +09:00
remainder.hpp fix math functions 2013-02-14 18:02:43 +09:00
remainders.hpp fix math headers 2013-02-10 17:33:31 +09:00
round.hpp add SPROUT_ASSERT 2013-03-18 19:12:21 +09:00
scalbln.hpp fix math functions 2013-02-14 18:02:43 +09:00
scalbn.hpp fix math functions 2013-02-14 18:02:43 +09:00
signbit.hpp
sin.hpp fix math functions 2013-02-14 18:02:43 +09:00
sinh.hpp fix math functions 2013-02-14 18:02:43 +09:00
sqrt.hpp fix math functions 2013-02-14 18:02:43 +09:00
tan.hpp fix math functions 2013-02-14 18:02:43 +09:00
tanh.hpp fix math functions 2013-02-14 18:02:43 +09:00
trigonometric.hpp fix math functions 2013-02-14 18:02:43 +09:00
trunc.hpp add SPROUT_ASSERT 2013-03-18 19:12:21 +09:00