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
2021-10-16
big ints: Saturating left shift + tests
Robin Voetter
2021-10-15
Fix bug where std.math.asinh64 doesn't respect signedness for negative values...
Miles Alan
2021-10-05
freestanding libc: export fmal
Andrew Kelley
2021-10-05
add support for f128 `@mulAdd`
Andrew Kelley
2021-10-04
stage2: fix comptime `@bitCast`
Andrew Kelley
2021-10-04
big ints: Fix tests for 32-bit architectures
Robin Voetter
2021-10-04
fmt
Robin Voetter
2021-10-04
Apply new big int wrap/saturate to Value.zig
Robin Voetter
2021-10-04
big ints: mulWrap tests
Robin Voetter
2021-10-04
big ints: Some extra comments
Robin Voetter
2021-10-04
big ints: saturate() tests
Robin Voetter
2021-10-04
big ints: saturate() function
Robin Voetter
2021-10-04
big ints: Wrapping multiplication
Robin Voetter
2021-10-04
big ints: Allow llmulaccum to wrap
Robin Voetter
2021-10-04
big ints: Improve karatsuba multiplication
Robin Voetter
2021-10-04
big.int: truncate tests
Robin Voetter
2021-10-04
big ints: [add|sub]Sat tests
Robin Voetter
2021-10-04
big ints: [add|sub]Wrap tests
Robin Voetter
2021-10-04
big ints: implement normal/wrapping/saturating subtraction in terms of addition
Robin Voetter
2021-10-04
big ints: saturating addition
Robin Voetter
2021-10-04
big ints: setTwosCompIntLimit
Robin Voetter
2021-10-04
big ints: unify add/sub with their wrapping variants
Robin Voetter
2021-10-04
big ints: Basic wrapping multiplication
Robin Voetter
2021-10-04
Comptime wrapping addition/subtraction
Robin Voetter
2021-10-04
big ints: addWrap, subWrap + fix Managed.truncate allocation size
Robin Voetter
2021-10-04
big ints: 2s complement truncate
Robin Voetter
2021-10-04
big ints: split lladd/llsub into carry variants
Robin Voetter
2021-09-23
big ints: only write xor overflow if required
Robin Voetter
2021-09-23
big ints: 2s complement signed and + or fixes
Robin Voetter
2021-09-23
big ints: 2s complement signed or
Robin Voetter
2021-09-22
big ints: 2s complement signed xor
Robin Voetter
2021-09-20
stage2: implement comptime bitwise nand
Andrew Kelley
2021-09-01
std: reorganization that allows new usingnamespace semantics
Andrew Kelley
2021-08-24
remove redundant license headers from zig standard library
Andrew Kelley
2021-07-18
FIX typo in doc comment for std.math.hypot (#9413)
Adam C
2021-06-21
fix code broken from previous commit
Jacob G-W
2021-06-21
std, src, doc, test: remove unused variables
Jacob G-W
2021-06-12
std: Fix complex ldexp implementation
LemonBoy
2021-06-11
bigint: add ensureAdd(Scalar)Capacity, note aliasing requirements
Asherah Connor
2021-06-11
bigint: use a stack local here to prevent aliasing issues
Asherah Connor
2021-06-11
bigint: add failing tests for bigint carry
Asherah Connor
2021-06-11
std: Fix tanh for negative inputs
LemonBoy
2021-06-10
Have std.fmt functions take case as an enum
daurnimator
2021-06-09
std.math.sqrt_int: fixed odd size integers types
Filippo Casarin
2021-05-20
Run `zig fmt` on src/ and lib/std/
Isaac Freund
2021-05-17
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-17
std.math.Complex: Change `new()` to `init()`
aiz
2021-05-15
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-14
std: rework math.scalbn (#8733)
viri
2021-05-08
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
[prev]
[next]