summaryrefslogtreecommitdiffstatshomepage
path: root/docs/library/math.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/library/math.rst')
-rw-r--r--docs/library/math.rst5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/library/math.rst b/docs/library/math.rst
index 6ed42333c7..9d5cf7b4ba 100644
--- a/docs/library/math.rst
+++ b/docs/library/math.rst
@@ -4,11 +4,14 @@
.. module:: math
:synopsis: mathematical functions
-The ``math`` module provides some basic mathematical funtions for
+The ``math`` module provides some basic mathematical functions for
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
---------