index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
std
/
math
Age
Commit message (
Expand
)
Author
2024-08-21
std: update eval branch quotas after bdbc485
mlugg
2024-08-16
Dwarf: rework self-hosted debug info from scratch
Jacob Young
2024-07-30
std.math.complex: fix cosh/tanh
Marc Tiehuis
2024-07-30
std.math.complex: tighten existing test bounds
Marc Tiehuis
2024-07-30
std.math.complex: fix acosh/atan/cosh/sqrt
Marc Tiehuis
2024-07-23
add std.testing.random_seed
Andrew Kelley
2024-07-12
Fix right shift on negative BigInts
Tau
2024-05-30
math.hypot: fix incorrect over/underflow behavior (#19472)
expikr
2024-05-21
std.math.big.int.Managed: adjust size of arg for limbs_buffer in format()
poypoyan
2024-05-08
fix wrong int alignment for i65..i127 on x86 arch
Andrew Kelley
2024-05-08
restructure unit test to be easier to debug
Andrew Kelley
2024-04-13
std: fix big int llshr to respect aliasing (#19612)
Андрей Краевский
2024-04-07
Sema: fix runtime call of inline fn with comptime-known comptime-only ret type
Carl Åstholm
2024-03-29
std.math: rework modf
Sean
2024-03-21
Update frexp.zig (#19370)
Sean
2024-03-11
math.big.int: fix incorrect `bitAnd` behavior
tinusgraglin
2024-02-26
Change many test blocks to doctests/decltests
Ryan Liptak
2024-02-26
Remove redundant test name prefixes now that test names are fully qualified
Ryan Liptak
2024-02-12
x86_64: implement `@clz` and `@ctz` of big integers
Jacob Young
2024-02-12
x86_64: implement shifts of big integers
Jacob Young
2024-02-12
x86_64: fix register clobber
Jacob Young
2024-02-08
Replace std.rand references with std.Random
e4m2
2024-01-20
std.math: make hypot infer type from argument (#17910)
expikr
2024-01-19
std/math/pow: Fix #18553, isOddInteger: Return false if float value is greate...
hdert
2024-01-16
std: remove deprecated API
Andrew Kelley
2024-01-14
Update pow.zig
expikr
2024-01-14
use Peer Type Resolution for standalone complex fn
expikr
2024-01-14
Update atan2.zig (#17840)
expikr
2024-01-13
fix #17142, wrong comptime log_int computation
Guillaume Wenzek
2024-01-09
Add std.math.gamma and lgamma (#18449)
PauloCampana
2024-01-03
Fix compile errors from the `expectEqual` change
Carl Åstholm
2023-11-23
Deprecate math.doNotOptimizeAway, use mem.doNotOptimizeAway (#18011)
John Benediktsson
2023-11-19
lib: correct unnecessary uses of 'var'
mlugg
2023-11-14
x86_64: actually track state during `@divFloor` of `i128`
Jacob Young
2023-11-14
std: disable failing test
Jakub Konka
2023-11-09
std.math: Add isPositiveZero() and isNegativeZero()
Linus Groh
2023-11-08
std.math.big: fix sqrt with bits > limb_bits
tison
2023-11-07
fix sqrt(0)
David Rubin
2023-11-03
x86_64: fix std test failures
Jacob Young
2023-10-31
std.builtin.Endian: make the tags lower case
Andrew Kelley
2023-10-29
x86_64: fix compiler rt test failures
Jacob Young
2023-10-27
x86_64: fix `cond_br`
Jacob Young
2023-10-26
x86_64: fix behavior of `getValue`
Jacob Young
2023-10-26
x86_64: implement `@divFloor` and `@mod` for `i128`
Jacob Young
2023-10-23
x86_64: implement 128-bit builtins
Jacob Young
2023-10-23
x86_64: implement enough to pass unicode tests
Jacob Young
2023-10-22
Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""
Jacob Young
2023-10-22
Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"
Andrew Kelley
2023-10-22
Merge pull request #17637 from jacobly0/x86_64-test-std
Jacob Young
2023-10-21
Fix simple doc mistakes. (#17624)
JustinWayland
[next]