Files
zig/lib
mihael 2cbd6980e5 libzigc/math: Implement finite, finitef
The behaviour of `libc` `finite` functions is the same as Zig std's, so
the function basically delegates to `math.isFinite` and no new tests were
added. These functions are obsolete, but still part of `musl`.

No results are attached in this case as `libc-test` doesn't have tests for them.
2026-04-02 23:54:19 +02:00
..
2026-04-02 23:54:19 +02:00
2026-03-08 18:41:21 -07:00
2026-04-02 15:13:39 +02:00