msvcrt: Use the cos()/cosf() implementation from the bundled musl library.
commit6ec636f288d98fdf8f1cb15ff1d9a13dbc61f55f
authorAlexandre Julliard <julliard@winehq.org>
Tue, 4 Apr 2023 12:53:15 +0000 (4 14:53 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 7 Apr 2023 11:29:46 +0000 (7 13:29 +0200)
tree9633bc8000ef896e32114b7de2dd211299b4efc0
parent5ddd46592d4623a623390e9f13256bf85bd65818
msvcrt: Use the cos()/cosf() implementation from the bundled musl library.
dlls/msvcrt/math.c
libs/musl/src/math/cos.c
libs/musl/src/math/cosf.c