aboutsummaryrefslogtreecommitdiff
path: root/lib/std/math/copysign.zig
AgeCommit message (Expand)Author
2024-08-28std: update `std.builtin.Type` fields to follow naming conventionsmlugg
2024-02-26Remove redundant test name prefixes now that test names are fully qualifiedRyan Liptak
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2022-06-30stage2: lower float negation explicitlyAndrew Kelley
2022-06-12std: disable failing tests, add zig2 build test-std to CIVeikka Tuominen
2022-05-17Simplify `Copysign`alice
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-05-08std: update usage of std.testingVeikka Tuominen
2021-05-01std: Implement copysign for f128LemonBoy
2020-12-31Year++Frank Denis
2020-08-20add license header to all std lib filesAndrew Kelley
2019-11-08update the codebase to use `@as`Andrew Kelley
2019-09-25mv std/ lib/Andrew Kelley