diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-06-01 22:12:39 +0300 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-06-01 22:12:39 +0300 |
commit | c4ab8895e8c0ce02198a6ffdf1cb7254fed0462e (patch) | |
tree | 94c6ca702a87ff429a2b9cdff02ae7aa727a78b2 /docs/library/math.rst | |
parent | 1a05a59116e5a308b312efbc0b511e7e0199e418 (diff) | |
download | micropython-c4ab8895e8c0ce02198a6ffdf1cb7254fed0462e.tar.gz micropython-c4ab8895e8c0ce02198a6ffdf1cb7254fed0462e.zip |
docs: math, cmath: Add port availability information.
Diffstat (limited to 'docs/library/math.rst')
-rw-r--r-- | docs/library/math.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/library/math.rst b/docs/library/math.rst index 743b4fd58e..9d5cf7b4ba 100644 --- a/docs/library/math.rst +++ b/docs/library/math.rst @@ -9,6 +9,9 @@ working with floating-point numbers. *Note:* On the pyboard, floating-point numbers have 32-bit precision. +Availability: not available on WiPy. Floating point support required +for this module. + Functions --------- |