msvcrt: Use the tan()/tanf() implementation from the bundled musl library.
commit25c233ece4fec09ad37aa79c4ce49dbb4a50a515
authorAlexandre Julliard <julliard@winehq.org>
Tue, 4 Apr 2023 12:56:08 +0000 (4 14:56 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 7 Apr 2023 11:29:46 +0000 (7 13:29 +0200)
treeb79c1503498308cd269bc9118601fec8739bba53
parent6ec636f288d98fdf8f1cb15ff1d9a13dbc61f55f
msvcrt: Use the tan()/tanf() implementation from the bundled musl library.
dlls/msvcrt/math.c
libs/musl/src/math/tan.c
libs/musl/src/math/tanf.c