aboutsummaryrefslogtreecommitdiff
path: root/lib/std/math/float.zig
AgeCommit message (Expand)Author
2025-07-22aarch64: add new from scratch self-hosted backendJacob Young
2025-06-19x86_64: increase passing test coverage on windowsJacob Young
2025-06-15big.int: implement float conversionsJacob Young
2024-10-02std.math: Re-enable snan() test.Alex Rønne Petersen
2024-08-28std: update `std.builtin.Type` fields to follow naming conventionsmlugg
2024-05-30math.hypot: fix incorrect over/underflow behavior (#19472)expikr
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-03Fix compile errors from the `expectEqual` changeCarl Åstholm
2023-08-18Make NaNs quiet by default and other NaN tidy-up (#16826)Lewis Gaul
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2022-08-22Sema: fix parameter of type 'T' must be comptime errorVeikka Tuominen
2022-07-13stage2: fix comptime bitcast involving f80Andrew Kelley
2022-07-13std.math: add `inline` to some functionsAndrew Kelley
2022-04-14std.math.float: fix f80-backed c_longdouble constsvi
2022-04-12Add `floatFractionalBits` to replace `floatMantissaDigits`Cody Tapscott
2022-04-07std.math: generalise `inf`, even simpler `isFinite`viri
2022-04-06derive float constants in a generic way (#10133)viri