commit | eebb79cc690e8ab02cb7f630cfbc046df2c0f4da | [log] [tgz] |
---|---|---|
author | Christian Heimes <christian@cheimes.de> | Thu Jan 03 22:32:26 2008 +0000 |
committer | Christian Heimes <christian@cheimes.de> | Thu Jan 03 22:32:26 2008 +0000 |
tree | e6eae18d02015f5adb8535f3b69cf33e1ba9eb51 | |
parent | 000a074c955a1964959ee908300ef49b41170a06 [diff] |
Added copysign(x, y) function to the math module
diff --git a/Misc/NEWS b/Misc/NEWS index ee0bec2..2a4b722 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -12,7 +12,8 @@ Core and builtins ----------------- -- Issue #1640: Added math.isinf() and math.isnan() functions. +- Issue #1640: Added math.isinf(x), math.isnan(x) and math.copysign(x, y) + functions. - Issue #1635: Platform independent creation and representation of NaN and INF. float("nan"), float("inf") and float("-inf") now work on every