zig/std/math
Marc Tiehuis 11526b6e9d breaking: Add positional, precision and width support to std.fmt
This removes the odd width and precision specifiers found and replacing
them with the more consistent api described in #1358.

Take the following example:

    {1:5.9}

This refers to the first argument (0-indexed) in the argument list. It
will be printed with a minimum width of 5 and will have a precision of 9
(if applicable).

Not all types correctly use these parameters just yet. There are still
some missing gaps to fill in. Fill characters and alignment have yet to
be implemented.
2019-06-21 20:11:15 +12:00
..
big breaking: Add positional, precision and width support to std.fmt 2019-06-21 20:11:15 +12:00
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