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-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
2021-08-24
remove redundant license headers from zig standard library
Andrew Kelley
2021-08-23
Trivial typo "for for" --> "for" (also a few nearby run-on sentence). (#9610)
William Stein
2021-06-10
zig fmt
Andrew Kelley
2021-06-03
Breaking hash map changes for 0.8.0
Martin Wickham
2021-05-20
Run `zig fmt` on src/ and lib/std/
Isaac Freund
2021-05-08
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-08
std: update usage of std.testing
Veikka Tuominen
2021-04-24
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-04-23
std: Remove unneeded workaround
LemonBoy
2021-04-22
std: remove `comptime const`
Andrew Kelley
2021-03-01
zig fmt the std lib
Andrew Kelley
2021-03-01
Add some bit set variants
Martin Wickham
2021-01-25
Merge pull request #7846 from LemonBoy/filtertest
Andrew Kelley
2021-01-22
std: Update `test ""` to `test` where it makes sense
LemonBoy
2021-01-19
stage2: ELF: avoid multiplication for ideal capacity
Andrew Kelley
2021-01-10
zig fmt
Andrew Kelley
2021-01-10
impl lossyCast #5080
Adam Goertz
2020-12-31
Year++
Frank Denis
2020-12-16
Fix typo in math.order
data-man
2020-11-19
Add builtin.Signedness, use it instead of is_signed
Tadeo Kondrak
2020-11-06
Merge pull request #6941 from LemonBoy/floateqapprox
Andrew Kelley
2020-11-05
math.shl/math.shr: add support for vectors
Frank Denis
2020-11-05
std: Implement more useful approxEq semantics
LemonBoy
[next]