On Wed, Feb 9, 2011 at 4:40 AM, Stefan Dösinger stefandoesinger@gmx.at wrote:
Am Dienstag 08 Februar 2011, 22:45:52 schrieb Misha Koshelev:
I don't have msvc. Please suggest how I can check this. Thank you. Yours Misha
According to http://www.johndcook.com/math_h.html it exists, but has a different name. So we'd need some wrapper around it in libwine. Maybe one exists already, I can't check right now. If not I recommend to stick to isnan() and isinf()
Stefan et al:
Thank you. How about this guy?
I'm using isnan(), isinf(), and a hex comparison for +0.0f and -0.0f.
Misha