Skip to content
Snippets Groups Projects
Commit c4ab8895 authored by Paul Sokolovsky's avatar Paul Sokolovsky
Browse files

docs: math, cmath: Add port availability information.

parent 1a05a591
Branches
No related tags found
No related merge requests found
...@@ -4,9 +4,12 @@ ...@@ -4,9 +4,12 @@
.. module:: cmath .. module:: cmath
:synopsis: mathematical functions for complex numbers :synopsis: mathematical functions for complex numbers
The ``cmath`` module provides some basic mathematical funtions for The ``cmath`` module provides some basic mathematical functions for
working with complex numbers. working with complex numbers.
Availability: not available on WiPy and ESP8266. Floating point support
required for this module.
Functions Functions
--------- ---------
......
...@@ -9,6 +9,9 @@ working with floating-point numbers. ...@@ -9,6 +9,9 @@ working with floating-point numbers.
*Note:* On the pyboard, floating-point numbers have 32-bit precision. *Note:* On the pyboard, floating-point numbers have 32-bit precision.
Availability: not available on WiPy. Floating point support required
for this module.
Functions Functions
--------- ---------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment