zig/std/math
Marc Tiehuis 78af62a19a Pack big.Int sign and length fields
This effectively takes one-bit from the length field and uses it as the
sign bit. It reduces the size of an Int from 40 bits to 32 bits on a
64-bit arch.

This also reduces std.Rational from 80 bits to 64 bits.
2019-04-11 19:36:35 +12:00
..
big
complex
acos.zig
acosh.zig
asin.zig
asinh.zig
atan.zig
atan2.zig
atanh.zig
big.zig
cbrt.zig
ceil.zig
complex.zig
copysign.zig
cos.zig
cosh.zig
exp.zig
exp2.zig
expm1.zig
expo2.zig
fabs.zig
floor.zig
fma.zig
frexp.zig
hypot.zig
ilogb.zig
inf.zig
isfinite.zig
isinf.zig
isnan.zig
isnormal.zig
ln.zig
log.zig
log1p.zig
log2.zig
log10.zig
modf.zig
nan.zig
pow.zig
powi.zig
round.zig
scalbn.zig
signbit.zig
sin.zig
sinh.zig
sqrt.zig
tan.zig
tanh.zig
trunc.zig