summaryrefslogtreecommitdiff
path: root/numpy/distutils/command/config.py
diff options
context:
space:
mode:
authorDavid Cournapeau <cournape@gmail.com>2008-09-20 16:26:30 +0000
committerDavid Cournapeau <cournape@gmail.com>2008-09-20 16:26:30 +0000
commitc372fc1bad92634ae05224263fa56c86fae9b380 (patch)
tree144ab6d7f9d53058d075953932660cedb6c5527c /numpy/distutils/command/config.py
parentbc45f6bf99ae12105f19bc7ca00469ffb9bd60f3 (diff)
downloadnumpy-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