1. 8a08ce2 trunc does use the special method, though by Benjamin Peterson · 14 years ago
  2. 7b67062 remove docs about delegating to special methods; it does no such thing by Benjamin Peterson · 14 years ago
  3. ad971d6 More NaN consistency doc fixes. by Mark Dickinson · 15 years ago
  4. e07acb5 Use consistent spelling for nans (thanks Georg for noticing). by Mark Dickinson · 15 years ago
  5. 99e73f9 Issue #7947: Clarify math module behaviour for IEEE 754 special cases, along by Mark Dickinson · 15 years ago
  6. 5ff37ae Issue #3366: Add error function and complementary error function to math module. by Mark Dickinson · 15 years ago
  7. 9cae178 Issue #3366: Add expm1 function to math module. Thanks Eric Smith for by Mark Dickinson · 15 years ago
  8. 9be87bc Issue #3366: Add lgamma function to math module. by Mark Dickinson · 15 years ago
  9. 6b87f11 Fix some documentation examples involving the repr of a float. by Mark Dickinson · 15 years ago
  10. 6c14e58 Use "impl-detail" directive where applicable. by Georg Brandl · 15 years ago
  11. b93fff0 Issue #3366: Add gamma function to math module. by Mark Dickinson · 15 years ago
  12. 018ad1c #6765: hint that log(x, base) is not very sophisticated. by Georg Brandl · 15 years ago
  13. 749e6d0 Add links to helpful external resources. by Raymond Hettinger · 16 years ago
  14. 7d85495 Add an example for math.fsum() and elaborate on the accurary note. by Raymond Hettinger · 16 years ago
  15. c62ef8b Remove trailing whitespace. by Georg Brandl · 16 years ago
  16. 9de7298 remove redundant sentence by Benjamin Peterson · 16 years ago
  17. 4f6ec9d add headings by Benjamin Peterson · 16 years ago
  18. 2d54e72 copy sentence from docstring by Benjamin Peterson · 16 years ago
  19. 9481ba3 Fix markup. by Georg Brandl · 16 years ago
  20. dadcd1f Tone down math.fsum warning. by Mark Dickinson · 16 years ago
  21. 23957cb Add note about problems with math.fsum on x86 hardware. by Mark Dickinson · 16 years ago
  22. fef6b13 Rename math.sum to math.fsum by Mark Dickinson · 16 years ago
  23. 5da652e Add versionadded tags to new math functions. by Georg Brandl · 16 years ago
  24. f88f739 Typo fix by Mark Dickinson · 16 years ago
  25. ecbdd2e Issue #2138: Add math.factorial(). by Raymond Hettinger · 16 years ago
  26. cc858cc Docs for Issue 2819. by Raymond Hettinger · 16 years ago
  27. 173b739 Fix markup. by Georg Brandl · 17 years ago
  28. 47a84aa Move asinh documentation to the proper place. by Mark Dickinson · 17 years ago
  29. 48f7a4a Correct documentation for math.pow; by Mark Dickinson · 17 years ago
  30. 6f34109 I finally got the time to update and merge Mark's and my trunk-math branch. The patch is collaborated work of Mark Dickinson and me. It was mostly done a few months ago. The patch fixes a lot of loose ends and edge cases related to operations with NaN, INF, very small values and complex math. by Christian Heimes · 17 years ago
  31. ca2b69f Move __builtins__.trunc() to math.trunc() per by Jeffrey Yasskin · 17 years ago
  32. 9749e15 Remove with_statement future imports from 2.6 docs. by Georg Brandl · 17 years ago
  33. 9871d8f Continue rolling back pep-3141 changes that changed behavior from 2.5. This by Jeffrey Yasskin · 17 years ago
  34. 54966a5 Fix markup by Andrew M. Kuchling · 17 years ago
  35. eebb79c Added copysign(x, y) function to the math module by Christian Heimes · 17 years ago
  36. e2ca424 Added math.isinf() and math.isnan() by Christian Heimes · 17 years ago
  37. 2f3c16b Backport PEP 3141 from the py3k branch to the trunk. This includes r50877 (just by Jeffrey Yasskin · 17 years ago
  38. 8ec7f65 Move the 2.6 reST doc tree in place. by Georg Brandl · 17 years ago