summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_math.py
Commit message (Expand)AuthorAgeFilesLines
* Update the code to better reflect recommended style:Fred Drake2000-12-121-1/+1
* Make reindent.py happy (convert everything to 4-space indents!).Fred Drake2000-10-231-9/+9
* Test for math.* exceptional behavior only in verbose mode, so that theTim Peters2000-10-161-30/+40
* A Mystery: I somehow managed to delete the last two lines of my test_math.pyTim Peters2000-10-121-0/+2
* Stop raising OverflowError on underflows reported by libm (errno==ERANGE andTim Peters2000-10-121-0/+29
* remove all occurence of math.rint() from the sourcesPeter Schneider-Kamp2000-08-101-12/+0
* Trent Mick <trentm@activestate.com>:Fred Drake2000-06-011-4/+10
* Added math.rint() -- round according to current IEEE754 modeGuido van Rossum2000-05-111-0/+6
* Subtle hack so the eps printed is not dependent on the formattingGuido van Rossum1996-08-291-2/+3
* Added test for math moduleGuido van Rossum1996-08-081-0/+153