Include <cmath> instead of <math.h>
authorBrian Gaeke <gaeke@uiuc.edu>
Mon, 23 Jun 2003 19:41:55 +0000 (19:41 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Mon, 23 Jun 2003 19:41:55 +0000 (19:41 +0000)
commit703379827f92c04f260c5c96cfe5b8450b434a6e
treee75aa9918ce0e8d71a0647e49ff10b799122d53b
parent1d5fc3f4167af9d72f5c2e7932e6e7a99db759b5
Include <cmath> instead of <math.h>
Remove isnan; it's too unportable to handle cleanly at this point.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6866 91177308-0d34-0410-b5e6-96231b3b80d8
lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp