COMMITS
/ lib/std/math/gamma.zig January 24, 2025
A
std.Target: Remove functions that just wrap component functions.
Alex Rønne Petersen committed
October 3, 2024
A
std.Target: Replace isARM() with isArmOrThumb() and rename it to isArm().
Alex Rønne Petersen committed
August 28, 2024
A
test: Skip some floating point tests that fail on `arm-linux-(gnu,musl)eabi`.
Alex Rønne Petersen 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 9, 2024
P
Add std.math.gamma and lgamma (#18449)
PauloCampana committed