msvcrt: Use the erf()/erfc()/erff()/erfcf() implementation from the bundled musl...
commitbfc3a2bdb3d189ca9221943aa606d66e692c4f89
authorAlexandre Julliard <julliard@winehq.org>
Thu, 30 Mar 2023 16:00:27 +0000 (30 18:00 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 11 Apr 2023 10:36:53 +0000 (11 12:36 +0200)
tree3dd6727bd1f83a5fad221163a2cb408ca4cc689d
parent3b1e2a7bfdb82c2e41cc96df4bb6ce5e1670b90e
msvcrt: Use the erf()/erfc()/erff()/erfcf() implementation from the bundled musl library.
dlls/msvcrt/math.c
libs/musl/src/math/erf.c
libs/musl/src/math/erff.c