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 std.math: Add documentation for all functions and algorithm sources 2019-05-01 18:37:46 +12:00
acos.zig std.math: Add documentation for all functions and algorithm sources 2019-05-01 18:37:46 +12:00
acosh.zig std.math: Add documentation for all functions and algorithm sources 2019-05-01 18:37:46 +12:00
asin.zig std.math: Add documentation for all functions and algorithm sources 2019-05-01 18:37:46 +12:00
asinh.zig std.math: Add documentation for all functions and algorithm sources 2019-05-01 18:37:46 +12:00
atan.zig different array literal syntax when inferring the size 2019-06-09 19:26:32 -04:00
atan2.zig std.math: Add documentation for all functions and algorithm sources 2019-05-01 18:37:46 +12:00
atanh.zig std.math: Add documentation for all functions and algorithm sources 2019-05-01 18:37:46 +12:00
big.zig run zig fmt to update `use` to `usingnamespace` 2019-05-29 19:09:58 -04:00
cbrt.zig std.math: Add documentation for all functions and algorithm sources 2019-05-01 18:37:46 +12:00
ceil.zig std.math: Add documentation for all functions and algorithm sources 2019-05-01 18:37:46 +12:00
complex.zig std.math: Add documentation for all functions and algorithm sources 2019-05-01 18:37:46 +12:00
copysign.zig std.math: Add documentation for all functions and algorithm sources 2019-05-01 18:37:46 +12:00
cos.zig std.math: Correct math.nan usage in cos 2019-05-02 19:03:49 +12:00
cosh.zig std.math: Add documentation for all functions and algorithm sources 2019-05-01 18:37:46 +12:00
exp.zig different array literal syntax when inferring the size 2019-06-09 19:26:32 -04:00
exp2.zig different array literal syntax when inferring the size 2019-06-09 19:26:32 -04:00
expm1.zig std.math: Add documentation for all functions and algorithm sources 2019-05-01 18:37:46 +12:00
expo2.zig std.math: Add documentation for all functions and algorithm sources 2019-05-01 18:37:46 +12:00
fabs.zig std.math: Add documentation for all functions and algorithm sources 2019-05-01 18:37:46 +12:00
floor.zig std.math: Add documentation for all functions and algorithm sources 2019-05-01 18:37:46 +12:00
fma.zig std.math: Add upstream changes/fixes and simplify go derived code 2019-05-01 18:13:33 +12:00
frexp.zig std.math: Add documentation for all functions and algorithm sources 2019-05-01 18:37:46 +12:00
hypot.zig std.math: Add documentation for all functions and algorithm sources 2019-05-01 18:37:46 +12:00
ilogb.zig std.math: Add documentation for all functions and algorithm sources 2019-05-01 18:37:46 +12:00
inf.zig std.math: Add documentation for all functions and algorithm sources 2019-05-01 18:37:46 +12:00
isfinite.zig std.math: Add documentation for all functions and algorithm sources 2019-05-01 18:37:46 +12:00
isinf.zig std.math: Add documentation for all functions and algorithm sources 2019-05-01 18:37:46 +12:00
isnan.zig std.math: Add documentation for all functions and algorithm sources 2019-05-01 18:37:46 +12:00
isnormal.zig std.math: Add documentation for all functions and algorithm sources 2019-05-01 18:37:46 +12:00
ln.zig std.math: Add documentation for all functions and algorithm sources 2019-05-01 18:37:46 +12:00
log.zig std.math: Add documentation for all functions and algorithm sources 2019-05-01 18:37:46 +12:00
log1p.zig std.math: Add documentation for all functions and algorithm sources 2019-05-01 18:37:46 +12:00
log2.zig std.math: Add documentation for all functions and algorithm sources 2019-05-01 18:37:46 +12:00
log10.zig std.math: Add documentation for all functions and algorithm sources 2019-05-01 18:37:46 +12:00
modf.zig std.math: Add documentation for all functions and algorithm sources 2019-05-01 18:37:46 +12:00
nan.zig std.math: Add documentation for all functions and algorithm sources 2019-05-01 18:37:46 +12:00
pow.zig std.math: Add upstream changes/fixes and simplify go derived code 2019-05-01 18:13:33 +12:00
powi.zig std.math: Add documentation for all functions and algorithm sources 2019-05-01 18:37:46 +12:00
round.zig std.math: Add documentation for all functions and algorithm sources 2019-05-01 18:37:46 +12:00
scalbn.zig std.math: Add documentation for all functions and algorithm sources 2019-05-01 18:37:46 +12:00
signbit.zig std.math: Add documentation for all functions and algorithm sources 2019-05-01 18:37:46 +12:00
sin.zig std.math: Add upstream changes/fixes and simplify go derived code 2019-05-01 18:13:33 +12:00
sinh.zig std.math: Add documentation for all functions and algorithm sources 2019-05-01 18:37:46 +12:00
sqrt.zig std.math: Add documentation for all functions and algorithm sources 2019-05-01 18:37:46 +12:00
tan.zig std.math: Add upstream changes/fixes and simplify go derived code 2019-05-01 18:13:33 +12:00
tanh.zig std.math: Add documentation for all functions and algorithm sources 2019-05-01 18:37:46 +12:00
trunc.zig std.math: Add documentation for all functions and algorithm sources 2019-05-01 18:37:46 +12:00