zig/std/math
Marc Tiehuis 4efb9ae2e5 Get tests passing under release mode
This does not fix the underlying issue in pow at this stage, but we may
be able to narrow down the cause after adding tests for specific edge
cases in functions.
2017-06-18 14:16:04 +12:00
..
_expo2.zig Add math library 2017-06-16 20:32:31 +12:00
acos.zig Add math library 2017-06-16 20:32:31 +12:00
acosh.zig Add math library 2017-06-16 20:32:31 +12:00
asin.zig Add math library 2017-06-16 20:32:31 +12:00
asinh.zig Add math library 2017-06-16 20:32:31 +12:00
atan2.zig Add math library 2017-06-16 20:32:31 +12:00
atan.zig Add math library 2017-06-16 20:32:31 +12:00
atanh.zig Add math library 2017-06-16 20:32:31 +12:00
cbrt.zig Add math library 2017-06-16 20:32:31 +12:00
ceil.zig Add math library 2017-06-16 20:32:31 +12:00
copysign.zig Add math library 2017-06-16 20:32:31 +12:00
cos.zig Get tests passing under release mode 2017-06-18 14:16:04 +12:00
cosh.zig Add math library 2017-06-16 20:32:31 +12:00
exp2.zig Get tests passing under release mode 2017-06-18 14:16:04 +12:00
exp.zig std: refactor pow to be generic 2017-06-17 20:39:45 -04:00
expm1.zig Add math library 2017-06-16 20:32:31 +12:00
fabs.zig Add math library 2017-06-16 20:32:31 +12:00
floor.zig Add math library 2017-06-16 20:32:31 +12:00
fma.zig Add math library 2017-06-16 20:32:31 +12:00
fmod.zig Add math library 2017-06-16 20:32:31 +12:00
frexp.zig Add math library 2017-06-16 20:32:31 +12:00
hypot.zig Add math library 2017-06-16 20:32:31 +12:00
ilogb.zig Add math library 2017-06-16 20:32:31 +12:00
index.zig Add math library 2017-06-16 20:32:31 +12:00
inf.zig Add math library 2017-06-16 20:32:31 +12:00
isfinite.zig Add math library 2017-06-16 20:32:31 +12:00
isinf.zig Add math library 2017-06-16 20:32:31 +12:00
isnan.zig Add math library 2017-06-16 20:32:31 +12:00
isnormal.zig Add math library 2017-06-16 20:32:31 +12:00
ln.zig std: refactor pow to be generic 2017-06-17 20:39:45 -04:00
log1p.zig Add math library 2017-06-16 20:32:31 +12:00
log2.zig Add math library 2017-06-16 20:32:31 +12:00
log10.zig Add math library 2017-06-16 20:32:31 +12:00
log.zig Add math library 2017-06-16 20:32:31 +12:00
modf.zig Add math library 2017-06-16 20:32:31 +12:00
nan.zig Add math library 2017-06-16 20:32:31 +12:00
oindex.zig Add math library 2017-06-16 20:32:31 +12:00
pow.zig Get tests passing under release mode 2017-06-18 14:16:04 +12:00
round.zig Add math library 2017-06-16 20:32:31 +12:00
scalbn.zig Add math library 2017-06-16 20:32:31 +12:00
signbit.zig Add math library 2017-06-16 20:32:31 +12:00
sin.zig Get tests passing under release mode 2017-06-18 14:16:04 +12:00
sinh.zig Add math library 2017-06-16 20:32:31 +12:00
sqrt.zig Add math library 2017-06-16 20:32:31 +12:00
tan.zig Get tests passing under release mode 2017-06-18 14:16:04 +12:00
tanh.zig Add math library 2017-06-16 20:32:31 +12:00
trunc.zig Add math library 2017-06-16 20:32:31 +12:00