aboutsummaryrefslogtreecommitdiff
path: root/lib/std/math
AgeCommit message (Expand)Author
6 daysMerge pull request 'std.ascii: rename indexOf functions to find' (#30101) fro...Alex Rønne Petersen
12 daysstd.math: disable hypot tests on non-Debug powerpc64Alex Rønne Petersen
2025-12-05std: replace usages of std.mem.indexOf with std.mem.findAdrià Arrufat
2025-12-04math.big: stronger asserts to reduce risks of aliasingunplanned
2025-12-04big.Mutable.setString optimization and simplificationunplanned
2025-12-04std.math.big.int.int_test: replace mem.eql by expectEqualSlicesunplanned
2025-12-04big.Const.dump: fixed errorunplanned
2025-11-23std.math.big.int: fix format functionsJustus Klausecker
2025-11-22all: replace all `@Type` usagesAli Cheraghi
2025-11-14represent Mac Catalyst as aarch64-maccatalyst-none rather than aarch64-ios-ma...Alex Rønne Petersen
2025-10-10Coff: implement threadlocal variablesJacob Young
2025-09-18std.math.modf: disable vector test on LoongArch with LSXAlex Rønne Petersen
2025-09-13std.math.big.int: normalize zero result for small multiplicationsmlugg
2025-08-30Merge pull request #25077 from ziglang/GenericReaderAndrew Kelley
2025-08-30std: skip some failing tests on hexagonAlex Rønne Petersen
2025-08-29std.Io: delete GenericReaderAndrew Kelley
2025-08-24Update powi.zig to fix docstring formattingBecker A.
2025-08-16re-enable std.math.modf vector tests (#24786)Rue
2025-08-11std.ArrayList: make unmanaged the defaultAndrew Kelley
2025-08-05std: replace various mem copies with `@memmove`Andrew Kelley
2025-07-31std: stop relying on precision-losing coercionsmlugg
2025-07-22aarch64: add new from scratch self-hosted backendJacob Young
2025-07-17Make sure to test the sign of the zero resultsLewis Gaul
2025-07-17Add tests for math.expm1(), fixing bug in 32-bit functionLewis Gaul
2025-07-17Add tests for math.log1p()Lewis Gaul
2025-07-11Remove numerous things deprecated during the 0.14 release cycleLinus Groh
2025-07-09std: replace formatInteger with formatNumberAndrew Kelley
2025-07-08std: revert big int test to master branchAndrew Kelley
2025-07-07std.io.Writer.printValue: rework logicAndrew Kelley
2025-07-07std.fmt: fully remove format string from format methodsAndrew Kelley
2025-07-07std.fmt: breaking API changesAndrew Kelley
2025-06-19x86_64: increase passing test coverage on windowsJacob Young
2025-06-15std: disable test on LLVM (#24191)mlugg
2025-06-15big.int: implement float conversionsJacob Young
2025-05-17x86_64: rewrite scalar `<<|`Jacob Young
2025-04-16improve test syntax for better stack trace in case of failuresamy007
2025-04-14std.math.big: add and update testssamy007
2025-04-14std.math.big.int: changed llshr and llshl implementationsamy007
2025-04-13std.math.big.int: remove setRuntimeSafetysamy007
2025-04-05pow: fix typo 0 instead of infhomersimpsons
2025-03-25Merge pull request #23310 from Rexicon226/fix-23309Alex Rønne Petersen
2025-03-24std.math: Add least common multiple (lcm)oittaa
2025-03-24big.int: return normalized results from `{add,sub}Carry`David Rubin
2025-03-21big.int: fix negative multi-limb shift right adjust crashJacob Young
2025-03-21big.int: fix yet another truncate bugJacob Young
2025-02-23std.math.big.int: Support strings up to base 36Linus Groh
2025-02-18x86_64: rewrite scalar `@ctz`Jacob Young
2025-02-17std.Target: Remove functions that just wrap component functions.Alex Rønne Petersen
2025-02-06x86_64: rewrite scalar `@truncate`Jacob Young
2025-02-03compiler,std: implement ZON supportMason Remaley