aboutsummaryrefslogtreecommitdiff
path: root/lib/std/math/ldexp.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-10-29x86_64: fix compiler rt test failuresJacob Young
2023-10-22Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""Jacob Young
2023-10-22Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"Andrew Kelley
2023-10-21x86_64: disable failing tests, enable test-std testingJacob Young
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-06-19all: zig fmt and rename "@XToY" to "@YFromX"Eric Joldasov
2023-06-16migration: std.math.{min, min3, max, max3} -> `@min` & `@max`r00ster91
2022-10-09Manually construct denormal constants in testsCody Tapscott
2022-10-09compiler_rt: Re-implement `ldexp`/`ilogb` using bit-opsCody Tapscott
2022-05-17std.math: simpler error handlingalice
2022-04-07use math/float.zig everywhereviri
2022-04-06std.{fmt, math}: derive float constants from stdviri
2021-11-23std/math: add ldexp and make scalbn an aliasMarc Tiehuis