msvcrt: Use the cosh() implementation from the bundled musl library.
commit9fd9ebcb7a4a093990a8103cce6415b6e97299d7
authorAlexandre Julliard <julliard@winehq.org>
Mon, 3 Apr 2023 15:43:30 +0000 (3 17:43 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 6 Apr 2023 12:32:42 +0000 (6 14:32 +0200)
treec4995aacba8a85db40b815494416a1c61ede2b67
parent66bef6db20f72e88a38c4b264e13639015d7817d
msvcrt: Use the cosh() implementation from the bundled musl library.

With the changes from 60d178b410ba943c6c39b2ccf1deaec264d7d21a.
dlls/msvcrt/math.c
libs/musl/src/math/cosh.c