diff options
| author | Scott Shawcroft <scott.shawcroft@gmail.com> | 2018-02-20 17:34:59 -0800 |
|---|---|---|
| committer | Scott Shawcroft <scott.shawcroft@gmail.com> | 2018-02-20 17:34:59 -0800 |
| commit | 20dd3b1e434f57a0609fd5306f47863396d1022e (patch) | |
| tree | 47d7be30787716fcd95e01723942cdff06b0bd85 /docs/library/math.rst | |
| parent | ee90056866d2a8a1e0eec21f0ce5c60b741ea411 (diff) | |
Delete a bunch of docs, drivers and examples not relevant to CircuitPython.
This fixes #345 and fixes #215.
Diffstat (limited to 'docs/library/math.rst')
| -rw-r--r-- | docs/library/math.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/library/math.rst b/docs/library/math.rst index a6f13d48c..811d514ba 100644 --- a/docs/library/math.rst +++ b/docs/library/math.rst @@ -1,10 +1,12 @@ :mod:`math` -- mathematical functions ===================================== +.. include:: ../templates/unsupported_in_circuitpython.inc + .. module:: math :synopsis: mathematical functions -|see_cpython_module| :mod:`python:math`. +|see_cpython_module| :mod:`cpython:math`. The ``math`` module provides some basic mathematical functions for working with floating-point numbers. |
