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.zig
Age
Commit message (
Expand
)
Author
2022-12-27
Revert "aarch64: reenable tests that are no longer regressed"
Andrew Kelley
2022-12-27
update uses of overflow arithmetic builtins
Veikka Tuominen
2022-12-15
std: add CompareOperator.reverse
Stevie Hryciw
2022-12-10
aarch64: reenable tests that are no longer regressed
r00ster91
2022-12-09
Improve and remove duplicate doNotOptimizeAway() implementations (#13790)
Frank Denis
2022-12-06
remove most conditional compilation based on stage1
Andrew Kelley
2022-11-12
Implements std.math.sign for float vectors.
IntegratedQuantum
2022-10-15
Merge pull request #12918 from jacobly0/math-cast-comptime-int
Andrew Kelley
2022-10-12
Merge pull request #13081 from r00ster91/docs
Andrew Kelley
2022-10-11
std.math: add support to cast for a comptime_int argument
Jacob Young
2022-10-11
std/math.zig: use previous rotate code with non-power-of-two integers
Rekai Nyangadzayi Musuka
2022-10-05
fix(text): hyphenation and other fixes
r00ster91
2022-10-01
std.math: allow comptime_float for radiansToDegrees and degreesToRadians
zooster
2022-09-29
std.math: add "Greatest common divisor" (gcd)
Chris Boesch
2022-09-16
std: remove deprecated API for the upcoming release
Andrew Kelley
2022-09-12
remove pointless discards
Andrew Kelley
2022-08-24
Merge pull request #12574 from Vexu/remove-bit-op-type-param
Andrew Kelley
2022-08-22
stage2+stage1: remove type parameter from bit builtins
Veikka Tuominen
2022-08-22
Sema: fix parameter of type 'T' must be comptime error
Veikka Tuominen
2022-07-11
std.math: add `degreesToRadians` and `radiansToDegrees`
frmdstryr
2022-07-09
two more regressed test cases; same cause as last two commits
Andrew Kelley
2022-07-09
disable regressed math.sign test case
Andrew Kelley
2022-07-06
std: disable aarch64 tests that regressed from LLVM 14
Andrew Kelley
2022-05-27
math: make `cast` return optional instead of an error
Ali Chraghi
2022-05-19
Add aliases to math builtins back into std.math (#11666)
frmdstryr
2022-05-12
add std.math.sign
Travis Staloch
2022-04-27
compiler-rt: math functions reorg
Andrew Kelley
2022-04-27
std: replace usage of std.meta.bitCount() with @bitSizeOf()
Isaac Freund
2022-04-15
std/math.zig: resolve missed optimization in rotates
Rekai Musuka
2022-04-12
Add `floatFractionalBits` to replace `floatMantissaDigits`
Cody Tapscott
2022-04-07
use math/float.zig everywhere
viri
2022-04-07
std.math: generalise `inf`, even simpler `isFinite`
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-30
replace other uses of `std.meta.Vector` with `@Vector` (#11346)
Meghan
2022-03-12
std.math.lossyCast: fix integer overflow
ominitay
2022-03-11
std.math: remove redundant namespace in test names
Andrew Kelley
2022-02-23
stage2: misc fixes in Sema
Veikka Tuominen
2022-02-13
Simplify implementation of floorPowerOfTwo in std.math
Cody Tapscott
2022-02-12
make f80 less hacky; lower as u80 on non-x86
Andrew Kelley
2022-02-12
stage1: fix f80 size and alignment on x86 and arm
Andrew Kelley
2022-02-04
stage1: make f80 always size 16, align 16
Veikka Tuominen
2022-02-04
compiler-rt: add extend functions for f80
Veikka Tuominen
2022-01-28
std: add f80 bits
Veikka Tuominen
2021-11-30
std lib API deprecations for the upcoming 0.9.0 release
Andrew Kelley
2021-11-23
std/math: add ldexp and make scalbn an alias
Marc Tiehuis
2021-10-05
add support for f128 `@mulAdd`
Andrew Kelley
2021-10-04
add phi constant
alichraghi
2021-10-02
Document some functions in std.math.
Nathan Michaels
2021-09-14
add functions to decode an epoch timestamp (#9040)
Jonathan Marler
[next]