mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-27 19:09:47 +03:00
2cbd6980e5
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.