aboutsummaryrefslogtreecommitdiff
path: root/lib/std/math/ldexp.zig
AgeCommit message (Expand)Author
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