K 10 svn:author V 3 bde K 8 svn:date V 27 2002-10-01T11:34:42.000000Z K 7 svn:log V 442 Merged all interesting difference between the old math.h and the current one into the latter and removed the former. This works around the bug that some broken Makefiles add -I.../src/include to CFLAGS, resulting in the old math.h being preferred and differences between the headers possibly being fatal. The merge mainly involves declaring some functions as __pure2 although they are not yet all strictly free of side effects. PR: 43544 END