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
2022-04-08
std.math.isInf: add tests for +-NaN
viri
2022-04-07
use math/float.zig everywhere
viri
2022-04-07
std.math.is*Inf: make generic, support f80
viri
2022-04-07
std.math: generalise `inf`, even simpler `isFinite`
viri
2022-04-07
std.math.isFinite: make generic, support f80
viri
2022-04-06
std.{fmt, math}: derive float constants from std
viri
2022-04-06
math.fabs: simplify implementation, add tests
viri
2022-04-06
math.isNormal: simplify implementation, add tests
viri
2022-04-06
derive float constants in a generic way (#10133)
viri
2022-04-05
zig fmt: remove trailing whitespace on doc comments
Damien Firmenich
2022-03-27
std.math.Complex: add 'negation' and 'mulitply by i'
BlueAlmost
2022-03-23
math/big: correct fix for divmod (#11271)
Marc Tiehuis
2022-03-14
freestanding libc: include roundl
Andrew Kelley
2022-03-10
math: fix big.int div, gcd and bitAnd edge-cases
Marc Tiehuis
2022-03-06
stage2: rework `@mulAdd`
Andrew Kelley
2022-02-18
stage2: Implement `@bitReverse` and `@byteSwap`
Cody Tapscott
2022-02-18
Merge pull request #10858 from topolarity/stage2-bitcast
Andrew Kelley
2022-02-17
Replace magic numbers with clearer representation
J87
2022-02-13
Add additional tests for `@bitCast`
Cody Tapscott
2022-02-13
Add `abi_size` parameter to read/writeTwosComplement
Cody Tapscott
2022-02-11
Fix up sign handling and add arbitrary-length integer support to @bitCast()
Cody Tapscott
2022-02-06
std/math: optimize division with divisors less than a half-limb
Marc Tiehuis
2022-01-29
Fix overflow in std.math.isNormal when applied to -Inf or a negative NaN
Jonathan S
2022-01-28
std: add f80 bits
Veikka Tuominen
2021-12-21
stage2: @addWithOverflow
Robin Voetter
2021-12-06
std/math: hide internal cos/tan functions
Marc Tiehuis
2021-12-06
std/math: fix __rem_pio2 underflow
Marc Tiehuis
2021-12-06
std/math: Add test cases for #9901
Marc Tiehuis
2021-12-06
std/math: replace golang sin/cos/tan with musl sin/cos/tan
Marc Tiehuis
2021-11-30
allocgate: std Allocator interface refactor
Lee Cannon
2021-11-30
std lib API deprecations for the upcoming 0.9.0 release
Andrew Kelley
2021-11-24
AstGen: use reachableExpr for return operand
Andrew Kelley
2021-11-23
std/math: add ldexp and make scalbn an alias
Marc Tiehuis
2021-11-15
Fix copy-paste error that results in incorrect results from exp64()
Lewis Gaul
2021-10-29
stage2: implement `@popCount` for non-vectors
Andrew Kelley
2021-10-27
std.rand: Refactor `Random` interface
Ominitay
2021-10-26
Fix bug in exp2() (#9999)
Lewis Gaul
2021-10-25
Revert 83bdbb2 and a587dd0 (#10028)
Robin Voetter
2021-10-25
std: disable big.rational setFloat targeting wasm32
Jakub Konka
2021-10-24
libc: Export truncl
LemonBoy
2021-10-24
big ints: tighten some more division memory requirements
Robin Voetter
2021-10-24
big ints: Make calcLimbLen always work at comptime, even if parameter is runtime
Robin Voetter
2021-10-24
big ints: fix divFloor
Robin Voetter
2021-10-24
big ints: improve division
Robin Voetter
2021-10-22
zig libc: export floorl and ceill
Andrew Kelley
2021-10-21
stage2: more division support
Andrew Kelley
2021-10-21
stage2: truncation
Robin Voetter
2021-10-17
big.int: 2s-complement binary wrapping not
Robin Voetter
2021-10-16
big ints: Fix set(signed int minimum) panic
Robin Voetter
2021-10-16
big ints: Saturating left shift + tests
Robin Voetter
[next]