Fix MSVC atan2 test.

Add a correction when std::atan2 returns denorm_min, returning y/x on underflow according to the POSIX spec.

We potentially could add such a correction to numext::atan2, but I'm not sure it's necessary if the MSVC implementation does satisfy the C++ spec (but not POSIX).

Merge request reports

Loading