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
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-19
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov
2023-06-18
std.math.isPowerOfTwo: add tests and doc comment and improve assert
r00ster91
2023-06-16
migration: std.math.{min, min3, max, max3} -> `@min` & `@max`
r00ster91
2023-06-13
all: replace `comptime try` with `try comptime`
Eric Joldasov
2023-06-13
std.math: hard deprecate obsolete constants (soft deprecated in 0.10)
Eric Joldasov
2023-05-29
std.io.Writer: add support for non-power-of-two int sizes
Cortex
2023-05-24
make `@boolToInt` always return a u1
tison
2023-04-23
Improvements to docs and text
zooster
2023-04-20
std.math: add lerp (#13002)
zooster
2023-04-12
Zir: implement explicit block_comptime instruction
mlugg
2023-03-22
std.math: port int log10 from Rust
Adrian Delgado
2023-01-03
math: implement absInt for integer vectors
Jordan Lewis
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
[next]