Files
cpython/Modules
Mark Dickinson a0ce375e10 bpo-29962: add math.remainder (#950)
* Implement math.remainder.

* Fix markup for arguments; use double spaces after period.

* Mark up function reference in what's new entry.

* Add comment explaining the calculation in the final branch.

* Fix out-of-order entry in whatsnew.

* Add comment explaining why it's good enough to compare m with c, in spite of possible rounding error.
2017-04-05 18:34:27 +01:00
..
2017-04-03 18:16:14 +02:00
2017-03-23 17:53:47 +02:00
2017-03-23 17:53:47 +02:00
2017-03-23 17:53:47 +02:00
2017-01-17 04:20:26 +01:00
2017-03-23 17:53:47 +02:00
2017-01-16 00:05:54 -08:00
2017-01-31 23:31:10 -08:00

Source files for standard library extension modules,
and former extension modules that are now builtin modules.