aboutsummaryrefslogtreecommitdiff
path: root/lib/std/math
AgeCommit message (Expand)Author
2024-02-12x86_64: implement `@clz` and `@ctz` of big integersJacob Young
2024-02-12x86_64: implement shifts of big integersJacob Young
2024-02-12x86_64: fix register clobberJacob Young
2024-02-08Replace std.rand references with std.Randome4m2
2024-01-20std.math: make hypot infer type from argument (#17910)expikr
2024-01-19std/math/pow: Fix #18553, isOddInteger: Return false if float value is greate...hdert
2024-01-16std: remove deprecated APIAndrew Kelley
2024-01-14Update pow.zigexpikr
2024-01-14use Peer Type Resolution for standalone complex fnexpikr
2024-01-14Update atan2.zig (#17840)expikr
2024-01-13fix #17142, wrong comptime log_int computationGuillaume Wenzek
2024-01-09Add std.math.gamma and lgamma (#18449)PauloCampana
2024-01-03Fix compile errors from the `expectEqual` changeCarl Åstholm
2023-11-23Deprecate math.doNotOptimizeAway, use mem.doNotOptimizeAway (#18011)John Benediktsson
2023-11-19lib: correct unnecessary uses of 'var'mlugg
2023-11-14x86_64: actually track state during `@divFloor` of `i128`Jacob Young
2023-11-14std: disable failing testJakub Konka
2023-11-09std.math: Add isPositiveZero() and isNegativeZero()Linus Groh
2023-11-08std.math.big: fix sqrt with bits > limb_bitstison
2023-11-07fix sqrt(0)David Rubin
2023-11-03x86_64: fix std test failuresJacob Young
2023-10-31std.builtin.Endian: make the tags lower caseAndrew Kelley
2023-10-29x86_64: fix compiler rt test failuresJacob Young
2023-10-27x86_64: fix `cond_br`Jacob Young
2023-10-26x86_64: fix behavior of `getValue`Jacob Young
2023-10-26x86_64: implement `@divFloor` and `@mod` for `i128`Jacob Young
2023-10-23x86_64: implement 128-bit builtinsJacob Young
2023-10-23x86_64: implement enough to pass unicode testsJacob Young
2023-10-22Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""Jacob Young
2023-10-22Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"Andrew Kelley
2023-10-22Merge pull request #17637 from jacobly0/x86_64-test-stdJacob Young
2023-10-21Fix simple doc mistakes. (#17624)JustinWayland
2023-10-21x86_64: disable failing tests, enable test-std testingJacob Young
2023-10-21x86_64: fix bugs and disable erroring testsJacob Young
2023-10-21x86_64: disable difficult std tests and hack around more zero-bit typesJacob Young
2023-10-06std.math: add nextAfter (#16894)castholm
2023-09-29std.math.big.int.Const.order 0 == -0 (#17299)Philipp Lühmann
2023-09-27Remove `@fabs`, fabs and absCast/Int from std libantlilja
2023-09-14std.math.log_int: implement integer logarithm without using float mathFederico Stra
2023-09-12std.math.cbrt: fixed -0.0 evaluating to 0.0Lucas Culverhouse
2023-09-12std.math.asinh: changed unsigned int to hexadecimalRuben Dimas
2023-09-12std.math.asinh: fixed -0.0 evaluating to 0.0Ruben Dimas
2023-08-21AstGen: disallow '-0' integer literalmlugg
2023-08-18Make NaNs quiet by default and other NaN tidy-up (#16826)Lewis Gaul
2023-08-02Remove math.ln in favor of `@log`Adam Goertz
2023-07-24Use builtin inference over @as where possibleZachary Raineri
2023-07-03std.math.big.int: better name for equal functionr00ster91
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-06-19all: zig fmt and rename "@XToY" to "@YFromX"Eric Joldasov
2023-06-16migration: std.math.{min, min3, max, max3} -> `@min` & `@max`r00ster91