Files
zig/lib/c
mihael dcffee0672 libzigc/math: Implement frexp
The changes were tested by running:

```
$ ./build/stage3/bin/zig build -p stage4 -Denable-llvm -Dno-lib

$ stage4/bin/zig build test-libc -Dlibc-test-path=<LIBC-TEST-PATH> -Dtest-filter=frexp -fqemu -fwasmtime --summary line
Build Summary: 737/737 steps succeeded
```

The tests were passing even when it was a straightforward calling of Zig
std library, but I wanted the `x is NaN` special case to match the
behaviour described in `libc` manpages, and for it to be consistent
with how infinities as arguments are handled in Zig.
2026-04-02 23:54:19 +02:00
..
2026-02-11 07:58:11 +01:00
2026-02-11 07:58:11 +01:00
2026-02-11 07:58:11 +01:00
2026-02-11 07:58:11 +01:00
2026-02-14 09:25:41 +01:00
2026-04-02 23:54:19 +02:00
2026-02-11 07:58:11 +01:00
2026-02-11 07:58:11 +01:00
2026-02-11 07:58:11 +01:00
2026-04-02 15:13:39 +02:00
2026-02-11 23:37:31 +01:00
2026-02-11 07:58:11 +01:00