]> granicus.if.org Git - python/commit
Added copysign(x, y) function to the math module
authorChristian Heimes <christian@cheimes.de>
Thu, 3 Jan 2008 22:32:26 +0000 (22:32 +0000)
committerChristian Heimes <christian@cheimes.de>
Thu, 3 Jan 2008 22:32:26 +0000 (22:32 +0000)
commiteebb79cc690e8ab02cb7f630cfbc046df2c0f4da
treee6eae18d02015f5adb8535f3b69cf33e1ba9eb51
parent000a074c955a1964959ee908300ef49b41170a06
Added copysign(x, y) function to the math module
Doc/library/math.rst
Lib/test/test_math.py
Misc/NEWS
Modules/mathmodule.c