msvcrt: Use the expm1()/expm1f() implementation from the bundled musl library.
commit4ef90e94fd0c90360fce50899a3b68ed289e864b
authorAlexandre Julliard <julliard@winehq.org>
Mon, 3 Apr 2023 15:37:52 +0000 (3 17:37 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 5 Apr 2023 14:51:47 +0000 (5 16:51 +0200)
tree75f634d77e412dca0055f8a2e574d2f6cd76d430
parentdae30bd66d34fd1e4db976dda8946843a2a89417
msvcrt: Use the expm1()/expm1f() implementation from the bundled musl library.
dlls/msvcrt/math.c
libs/musl/src/math/expm1.c
libs/musl/src/math/expm1f.c