diff options
author | David Cournapeau <cournape@gmail.com> | 2008-09-20 16:26:30 +0000 |
---|---|---|
committer | David Cournapeau <cournape@gmail.com> | 2008-09-20 16:26:30 +0000 |
commit | c372fc1bad92634ae05224263fa56c86fae9b380 (patch) | |
tree | 144ab6d7f9d53058d075953932660cedb6c5527c /numpy/distutils/command/config.py | |
parent | bc45f6bf99ae12105f19bc7ca00469ffb9bd60f3 (diff) | |
download | numpy-c372fc1bad92634ae05224263fa56c86fae9b380.tar.gz |
Fix for isfinite on VS 2003.
VS 2003 seems to think it is ok to simplify x-x to 0 for float, but this is
wrong for NaN and Inf. To alleviate, we force the operation to occur with (x)
+ (-x).
Diffstat (limited to 'numpy/distutils/command/config.py')
0 files changed, 0 insertions, 0 deletions