math.big.int: Improvements to division in the n by 1 case
tis on the comment for llcmp
math.big.int: Improvements to division in the n by 1 case
this needs updating
Fix: compiler_rt does not conform to the zig-libc-test math tests
is there a reason to be bool here over an enum of some kind that self-documents?
Improve
std.sort.binarySearch's return type, fix std.sort functions to adhere to their documentation
would returning union(enum) { found: usize, next: usize } be more idiomatic?
std.math.atan: Add
@Vector(?,f32) and @Vector(?,f64) support
is there a reason this is anytype instead of hoisting the vec_len out before the call and passing fn atanBinary32Vec(vec_len, x: @Vector(vec_len, f32) or something?