zig/std/math
2017-08-07 15:57:41 -04:00
..
acos.zig
acosh.zig
asin.zig
asinh.zig
atan.zig
atan2.zig
atanh.zig
cbrt.zig
ceil.zig
copysign.zig
cos.zig
cosh.zig
exp.zig Fixes for release mode tests 2017-06-21 18:21:11 +12:00
exp2.zig
expm1.zig Fixes for release mode tests 2017-06-21 18:21:11 +12:00
expo2.zig
fabs.zig better bigint/bigfloat implementation 2017-07-08 17:59:10 -04:00
floor.zig
fma.zig
frexp.zig Return undefined in frexp instead of 0 on nan input 2017-06-22 19:29:57 +12:00
hypot.zig
ilogb.zig
index.zig add ability to explicitly cast float to integer 2017-08-07 15:57:41 -04:00
inf.zig
isfinite.zig
isinf.zig
isnan.zig
isnormal.zig
ln.zig Fix pow tests 2017-06-21 23:24:00 +12:00
log.zig
log1p.zig
log2.zig better bigint/bigfloat implementation 2017-07-08 17:59:10 -04:00
log10.zig better bigint/bigfloat implementation 2017-07-08 17:59:10 -04:00
modf.zig
nan.zig
pow.zig Fixes for release mode tests 2017-06-21 18:21:11 +12:00
round.zig
scalbn.zig Fix scalbn constant multiplier 2017-06-21 18:53:33 +12:00
signbit.zig
sin.zig
sinh.zig Fixes for release mode tests 2017-06-21 18:21:11 +12:00
sqrt.zig
tan.zig
tanh.zig Fixes for release mode tests 2017-06-21 18:21:11 +12:00
trunc.zig