https://bugs.winehq.org/show_bug.cgi?id=50429
Zebediah Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |z.figura12@gmail.com
--- Comment #3 from Zebediah Figura z.figura12@gmail.com --- Thanks for the report. Possibly the most helpful thing to do is to add a line like
FIXME("%.16e\n", x);
to the top of our asin() function, and record a log (with default channels) to show what it's trying to take the arcsine of. We can then compare Wine against native and look for discrepancies.