aboutsummaryrefslogtreecommitdiff
path: root/lib/std/math
AgeCommit message (Expand)Author
2024-08-21std: update eval branch quotas after bdbc485mlugg
2024-08-16Dwarf: rework self-hosted debug info from scratchJacob Young
2024-07-30std.math.complex: fix cosh/tanhMarc Tiehuis
2024-07-30std.math.complex: tighten existing test boundsMarc Tiehuis
2024-07-30std.math.complex: fix acosh/atan/cosh/sqrtMarc Tiehuis
2024-07-23add std.testing.random_seedAndrew Kelley
2024-07-12Fix right shift on negative BigIntsTau
2024-05-30math.hypot: fix incorrect over/underflow behavior (#19472)expikr
2024-05-21std.math.big.int.Managed: adjust size of arg for limbs_buffer in format()poypoyan
2024-05-08fix wrong int alignment for i65..i127 on x86 archAndrew Kelley
2024-05-08restructure unit test to be easier to debugAndrew Kelley
2024-04-13std: fix big int llshr to respect aliasing (#19612)Андрей Краевский
2024-04-07Sema: fix runtime call of inline fn with comptime-known comptime-only ret typeCarl Åstholm
2024-03-29std.math: rework modfSean
2024-03-21Update frexp.zig (#19370)Sean
2024-03-11math.big.int: fix incorrect `bitAnd` behaviortinusgraglin
2024-02-26Change many test blocks to doctests/decltestsRyan Liptak
2024-02-26Remove redundant test name prefixes now that test names are fully qualifiedRyan Liptak
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