index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_math.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reverting the "unixware7" patch: atan2(0, 1) should be 0, regardless of
Tim Peters
2001-04-12
1
-5/+1
*
Unixware 7 support by Billy G. Allie (SF patch 413011)
Guido van Rossum
2001-04-11
1
-1/+5
*
Update the code to better reflect recommended style:
Fred Drake
2000-12-12
1
-1/+1
*
Make reindent.py happy (convert everything to 4-space indents!).
Fred Drake
2000-10-23
1
-9/+9
*
Test for math.* exceptional behavior only in verbose mode, so that the
Tim Peters
2000-10-16
1
-30/+40
*
A Mystery: I somehow managed to delete the last two lines of my test_math.py
Tim Peters
2000-10-12
1
-0/+2
*
Stop raising OverflowError on underflows reported by libm (errno==ERANGE and
Tim Peters
2000-10-12
1
-0/+29
*
remove all occurence of math.rint() from the sources
Peter Schneider-Kamp
2000-08-10
1
-12/+0
*
Trent Mick <trentm@activestate.com>:
Fred Drake
2000-06-01
1
-4/+10
*
Added math.rint() -- round according to current IEEE754 mode
Guido van Rossum
2000-05-11
1
-0/+6
*
Subtle hack so the eps printed is not dependent on the formatting
Guido van Rossum
1996-08-29
1
-2/+3
*
Added test for math module
Guido van Rossum
1996-08-08
1
-0/+153