aboutsummaryrefslogtreecommitdiff
path: root/lib/std/math/gamma.zig
AgeCommit message (Expand)Author
2025-07-31std: stop relying on precision-losing coercionsmlugg
2025-02-17std.Target: Remove functions that just wrap component functions.Alex Rønne Petersen
2024-11-03std.Target: Replace isARM() with isArmOrThumb() and rename it to isArm().Alex Rønne Petersen
2024-09-10test: Skip some floating point tests that fail on `arm-linux-(gnu,musl)eabi`.Alex Rønne Petersen
2024-02-26Change many test blocks to doctests/decltestsRyan Liptak
2024-02-26Remove redundant test name prefixes now that test names are fully qualifiedRyan Liptak
2024-01-09Add std.math.gamma and lgamma (#18449)PauloCampana