summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_math.py
Commit message (Expand)AuthorAgeFilesLines
* Fix math.ceil() and math.floor() to fall back to __ceil__ and __floor__Guido van Rossum2007-08-231-0/+26
* Merged revisions 56753-56781 via svnmerge fromGuido van Rossum2007-08-061-1/+9
* Merged revisions 55328-55341 via svnmerge fromGuido van Rossum2007-05-151-4/+6
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-201/+234
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-4/+4
* Expand log() tests to include long integers.Raymond Hettinger2002-12-181-0/+2
* Apply SF patch 652930: Add optional base argument to math.log(x[, base]).Raymond Hettinger2002-12-141-0/+1
* Complete the absolute import patch for the test suite. All relativeBarry Warsaw2002-07-301-1/+1
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* Whitespace normalization.Tim Peters2002-05-231-1/+1
* Adds tests for degrees() and radians() functions added to mathmodule.Raymond Hettinger2002-05-131-0/+10
* Rework the way we try to check for libm overflow, given that C99 no longerTim Peters2001-09-051-1/+1
* Reverting the "unixware7" patch: atan2(0, 1) should be 0, regardless ofTim Peters2001-04-121-5/+1
* Unixware 7 support by Billy G. Allie (SF patch 413011)Guido van Rossum2001-04-111-1/+5
* 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