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-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
2020-10-29
std/math: add support for vectors to rotl()/rotr()
Frank Denis
2020-10-17
Make std.meta.Int accept a signedness parameter
Jan Prudil
2020-10-15
std: move std.meta.refAllDecls to std.testing
Tadeo Kondrak
2020-10-07
restore ability to do comptime math
xavier
2020-09-03
update uses of deprecated type field access
Vexu
2020-08-30
Merge pull request #6189 from katesuyu/div-ceil
Andrew Kelley
2020-08-29
std.math.divCeil: fix expectEqual argument order
Kate Tsuyu
2020-08-29
std.math.divCeil: use expectEqual for tests
Kate Tsuyu
2020-08-29
std.math.divCeil: move compile error back down
Kate Tsuyu
2020-08-29
std.math.divCeil: move compile error to top
Kate Tsuyu
2020-08-29
std.math.divCeil: support comptime_int/float
Kate Tsuyu
2020-08-28
std.math.divCeil: conform to more test cases
Kate Tsuyu
[next]