commit | 45f992a45e54330335417f1368f7fc7c920737c6 | [log] [tgz] |
---|---|---|
author | Mark Dickinson <dickinsm@gmail.com> | Sat Dec 19 11:20:49 2009 +0000 |
committer | Mark Dickinson <dickinsm@gmail.com> | Sat Dec 19 11:20:49 2009 +0000 |
tree | b1568e3c8d8ff63614c0f87edf30e328e1170166 | |
parent | 056aafe7f242058c767b5a2c8a8971ea31edfa8e [diff] |
Merged revisions 76878 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r76878 | mark.dickinson | 2009-12-19 11:07:23 +0000 (Sat, 19 Dec 2009) | 3 lines Issue #3366: Add error function and complementary error function to math module. ........