zig/std/math
2017-06-21 18:21:11 +12:00
..
acos.zig Add math special case tests and general fixes 2017-06-20 23:10:22 +12:00
acosh.zig Add math special case tests and general fixes 2017-06-20 23:10:22 +12:00
asin.zig Add math special case tests and general fixes 2017-06-20 23:10:22 +12:00
asinh.zig Add math special case tests and general fixes 2017-06-20 23:10:22 +12:00
atan2.zig Add math special case tests and general fixes 2017-06-20 23:10:22 +12:00
atan.zig Add math special case tests and general fixes 2017-06-20 23:10:22 +12:00
atanh.zig Add math special case tests and general fixes 2017-06-20 23:10:22 +12:00
cbrt.zig Add math special case tests and general fixes 2017-06-20 23:10:22 +12:00
ceil.zig Add math special case tests and general fixes 2017-06-20 23:10:22 +12:00
copysign.zig workaround for llvm bug 2017-06-19 14:36:33 -04:00
cos.zig Add math special case tests and general fixes 2017-06-20 23:10:22 +12:00
cosh.zig Add math special case tests and general fixes 2017-06-20 23:10:22 +12:00
exp2.zig Add math special case tests and general fixes 2017-06-20 23:10:22 +12:00
exp.zig Fixes for release mode tests 2017-06-21 18:21:11 +12:00
expm1.zig Fixes for release mode tests 2017-06-21 18:21:11 +12:00
expo2.zig Add math special case tests and general fixes 2017-06-20 23:10:22 +12:00
fabs.zig Add math special case tests and general fixes 2017-06-20 23:10:22 +12:00
floor.zig Add math special case tests and general fixes 2017-06-20 23:10:22 +12:00
fma.zig workaround for llvm bug 2017-06-19 14:36:33 -04:00
frexp.zig Fixes for release mode tests 2017-06-21 18:21:11 +12:00
hypot.zig Add math special case tests and general fixes 2017-06-20 23:10:22 +12:00
ilogb.zig Add math special case tests and general fixes 2017-06-20 23:10:22 +12:00
index.zig Add math special case tests and general fixes 2017-06-20 23:10:22 +12:00
inf.zig Add math library 2017-06-16 20:32:31 +12:00
isfinite.zig workaround for llvm bug 2017-06-19 14:36:33 -04:00
isinf.zig workaround for llvm bug 2017-06-19 14:36:33 -04:00
isnan.zig Add math special case tests and general fixes 2017-06-20 23:10:22 +12:00
isnormal.zig workaround for llvm bug 2017-06-19 14:36:33 -04:00
ln.zig Add math special case tests and general fixes 2017-06-20 23:10:22 +12:00
log1p.zig Add math special case tests and general fixes 2017-06-20 23:10:22 +12:00
log2.zig Add math special case tests and general fixes 2017-06-20 23:10:22 +12:00
log10.zig Add math special case tests and general fixes 2017-06-20 23:10:22 +12:00
log.zig workaround for llvm bug 2017-06-19 14:36:33 -04:00
modf.zig Add math special case tests and general fixes 2017-06-20 23:10:22 +12:00
nan.zig Add math special case tests and general fixes 2017-06-20 23:10:22 +12:00
pow.zig Fixes for release mode tests 2017-06-21 18:21:11 +12:00
round.zig Add math special case tests and general fixes 2017-06-20 23:10:22 +12:00
scalbn.zig Fixes for release mode tests 2017-06-21 18:21:11 +12:00
signbit.zig workaround for llvm bug 2017-06-19 14:36:33 -04:00
sin.zig Add math special case tests and general fixes 2017-06-20 23:10:22 +12:00
sinh.zig Fixes for release mode tests 2017-06-21 18:21:11 +12:00
sqrt.zig Add math special case tests and general fixes 2017-06-20 23:10:22 +12:00
tan.zig Add math special case tests and general fixes 2017-06-20 23:10:22 +12:00
tanh.zig Fixes for release mode tests 2017-06-21 18:21:11 +12:00
trunc.zig Add math special case tests and general fixes 2017-06-20 23:10:22 +12:00