diff --git a/docs/library/cmath.rst b/docs/library/cmath.rst
index e45efee303a62d8219a588cb3d26fd7f60032456..465cf54ad33e0a6541f005b2d78f8f6bbaa1e06c 100644
--- a/docs/library/cmath.rst
+++ b/docs/library/cmath.rst
@@ -4,9 +4,12 @@
 .. module:: cmath
    :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.
 
+Availability: not available on WiPy and ESP8266. Floating point support
+required for this module.
+
 Functions
 ---------
 
diff --git a/docs/library/math.rst b/docs/library/math.rst
index 743b4fd58ede65e40d6b73f73effd44cb0b58ee7..9d5cf7b4ba3013be937c4fbd48e425d9ecbfa6c0 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
 ---------