COMMITS
/ lib/std/math.zig January 19, 2022
V
std: add f80 bits
Veikka Tuominen committed
November 30, 2021
A
std lib API deprecations for the upcoming 0.9.0 release
Andrew Kelley committed
November 23, 2021
M
std/math: add ldexp and make scalbn an alias
Marc Tiehuis committed
October 5, 2021
A
add support for f128 `@mulAdd`
Andrew Kelley committed
October 4, 2021
A
add phi constant
alichraghi committed
September 30, 2021
N
Document some functions in std.math.
Nathan Michaels committed
September 14, 2021
J
add functions to decode an epoch timestamp (#9040)
Jonathan Marler committed
August 24, 2021
A
remove redundant license headers from zig standard library
Andrew Kelley committed
August 23, 2021
W
Trivial typo "for for" --> "for" (also a few nearby run-on sentence). (#9610)
William Stein committed
June 3, 2021
M
Breaking hash map changes for 0.8.0
Martin Wickham committed
May 20, 2021
I
Run `zig fmt` on src/ and lib/std/
Isaac Freund committed
May 8, 2021
A
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley committed
May 4, 2021
V
std: update usage of std.testing
Veikka Tuominen committed
April 24, 2021
A
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley committed
April 23, 2021
L
std: Remove unneeded workaround
LemonBoy committed
A
std: remove `comptime const`
Andrew Kelley committed
March 2, 2021
A
zig fmt the std lib
Andrew Kelley committed
February 5, 2021
M
Add some bit set variants
Martin Wickham committed
January 25, 2021
A
Merge pull request #7846 from LemonBoy/filtertest
Andrew Kelley committed
January 22, 2021
L
std: Update `test ""` to `test` where it makes sense
LemonBoy committed
January 19, 2021
A
stage2: ELF: avoid multiplication for ideal capacity
Andrew Kelley committed
October 28, 2020
A
impl lossyCast #5080
Adam Goertz committed
December 16, 2020
D
Fix typo in math.order
data-man committed
October 18, 2020
T
Add builtin.Signedness, use it instead of is_signed
Tadeo Kondrak committed
November 6, 2020
A
Merge pull request #6941 from LemonBoy/floateqapprox
Andrew Kelley committed
November 2, 2020
F
math.shl/math.shr: add support for vectors
Frank Denis committed
L
std: Implement more useful approxEq semantics
LemonBoy committed
October 29, 2020
F
std/math: add support for vectors to rotl()/rotr()
Frank Denis committed
October 17, 2020
J
Make std.meta.Int accept a signedness parameter
Jan Prudil committed
September 28, 2020
T
std: move std.meta.refAllDecls to std.testing
Tadeo Kondrak committed
October 7, 2020
X
restore ability to do comptime math
xavier committed
September 3, 2020
V
update uses of deprecated type field access
Vexu committed
August 30, 2020
A
Merge pull request #6189 from katesuyu/div-ceil
Andrew Kelley committed
August 29, 2020
K
std.math.divCeil: fix expectEqual argument order
Kate Tsuyu committed
K
std.math.divCeil: use expectEqual for tests
Kate Tsuyu committed
K
std.math.divCeil: move compile error back down
Kate Tsuyu committed
K
std.math.divCeil: move compile error to top
Kate Tsuyu committed
K
std.math.divCeil: support comptime_int/float
Kate Tsuyu committed
August 28, 2020
K
std.math.divCeil: conform to more test cases
Kate Tsuyu committed
K
std.math.divCeil: handle floats correctlier
Kate Tsuyu committed
K
std.math.divCeil: handle floats correctly
Kate Tsuyu committed
K
std: Add std.math.divCeil
Kate Tsuyu committed
August 25, 2020
F
forceEval() -> doNotOptimizeAway()
Frank Denis committed
F
Rename blackBox, move it to std.mem.forceEval()
Frank Denis committed
August 20, 2020
A
add license header to all std lib files
Andrew Kelley committed
August 14, 2020
A
stage2: implement while loops (bool condition)
Andrew Kelley committed
August 8, 2020
A
utilize math.ceilPowerOfTwo
Andrew Kelley committed