We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a05a59 commit c4ab889Copy full SHA for c4ab889
docs/library/cmath.rst
@@ -4,9 +4,12 @@
4
.. module:: cmath
5
:synopsis: mathematical functions for complex numbers
6
7
-The ``cmath`` module provides some basic mathematical funtions for
+The ``cmath`` module provides some basic mathematical functions for
8
working with complex numbers.
9
10
+Availability: not available on WiPy and ESP8266. Floating point support
11
+required for this module.
12
+
13
Functions
14
---------
15
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.
16
17
0 commit comments