msvcrt: Use the atanh()/atanhf() implementation from the bundled musl library.
commit4ffb1199e37ddb96c7b361bb97767a74ef5e2902
authorAlexandre Julliard <julliard@winehq.org>
Fri, 31 Mar 2023 14:53:49 +0000 (31 16:53 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 10 Apr 2023 12:18:18 +0000 (10 14:18 +0200)
treec10ad6494e858bada2ccd969565e441601920a71
parente2924fafdf161102903dde9e48f832f5ea80132b
msvcrt: Use the atanh()/atanhf() implementation from the bundled musl library.
dlls/msvcr120/msvcr120.spec
dlls/msvcrt/math.c
dlls/ucrtbase/ucrtbase.spec
libs/musl/src/math/atanh.c
libs/musl/src/math/atanhf.c