commit | a511b58278c51ba10ae613b9b68c8664219d090d | [log] [tgz] |
---|---|---|
author | Mateusz <mateuszb@poczta.onet.pl> | Fri Feb 17 11:39:04 2017 +0100 |
committer | Jonathan Yong <10walls@gmail.com> | Fri Feb 17 10:57:45 2017 +0000 |
tree | 71d311cffb0596c7de87f9d4e3f683270a1974dc | |
parent | 5aa73896a3313a354cf6550d99ecd652d0abd3b2 [diff] |
sqrt.patch from bug #567 Using an old version of mingw-w64 (last updated May 2015), calling sqrt(-1.0) would return NaN (the expected result). After updating to the current version, it returns -1.0. It looks like this bug was introduced by commit 6617eb. Signed-off-by: Martin Whitaker <martinwhitaker@users.sf.net> Signed-off-by: Kai Tietz <ktietz70@users.sf.net> Signed-off-by: Jonathan Yong <10walls@gmail.com>