summaryrefslogtreecommitdiffstatshomepage
path: root/docs/library/math.rst
Commit message (Collapse)AuthorAge
* docs/library: Add CPython docs xref to each pertinent module.Paul Sokolovsky2017-07-02
| | | | | Cross-reference text/link is implemented as RST substitution, so easy to consistently.
* docs: math, cmath: Add port availability information.Paul Sokolovsky2016-06-01
|
* docs/math: Typo fix.Paul Sokolovsky2016-06-01
|
* docs: Correct the documentation for math.frexp.Damien George2015-02-23
|
* docs: Cleanup and update some docs.Damien George2014-10-31
|
* docs: Import documentation from source-code inline comments.Damien George2014-10-31
The inline docs (prefixed with /// in .c files) have been converted to RST format and put in the docs subdirectory.