COMMITS
/ lib/std/math/complex/sqrt.zig July 30, 2024
M
std.math.complex: tighten existing test bounds
Marc Tiehuis committed
July 29, 2024
M
std.math.complex: fix acosh/atan/cosh/sqrt
Marc Tiehuis committed
February 26, 2024
R
Change many test blocks to doctests/decltests
Ryan Liptak committed
R
Remove redundant test name prefixes now that test names are fully qualified
Ryan Liptak committed
January 20, 2024
E
std.math: make hypot infer type from argument (#17910)
expikr committed
November 7, 2023
E
use Peer Type Resolution for standalone complex fn
expikr committed
July 16, 2023
A
Remove `@fabs`, fabs and absCast/Int from std lib
antlilja committed
June 22, 2023
M
all: migrate code to new cast builtin syntax
mlugg committed
May 17, 2022
A
Simplify `Copysign`
alice committed
April 26, 2022
A
compiler-rt: math functions reorg
Andrew Kelley committed
August 24, 2021
A
remove redundant license headers from zig standard library
Andrew Kelley committed
May 17, 2021
A
std.math.Complex: Change `new()` to `init()`
aiz committed
May 4, 2021
V
std: update usage of std.testing
Veikka Tuominen committed
November 2, 2020
L
std: Implement more useful approxEq semantics
LemonBoy committed
August 20, 2020
A
add license header to all std lib files
Andrew Kelley committed
July 11, 2020
V
run zig fmt on std lib and self hosted
Vexu committed
December 9, 2019
R
Replace @typeOf with @TypeOf in all zig source
Robin Voetter committed
November 7, 2019
A
update the codebase to use `@as`
Andrew Kelley committed
September 26, 2019
A
mv std/ lib/
Andrew Kelley committed