Commit f32723a
authored
Update frexp.zig (#19370)
1. Entirely rewrote frexp with generics, reducing the implementation to a single function and enabling parameters of types f80 and f16
2. Expanded upon the tests, making them more descriptive and comprehensive, and automatically generating the test bodies for each floating point type
3. Added a doctest for frexp1 parent 62929d5 commit f32723a
1 file changed
+191
-214
lines changed
0 commit comments