From c4ab8895e8c0ce02198a6ffdf1cb7254fed0462e Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Wed, 1 Jun 2016 22:12:39 +0300 Subject: docs: math, cmath: Add port availability information. --- docs/library/cmath.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'docs/library/cmath.rst') diff --git a/docs/library/cmath.rst b/docs/library/cmath.rst index e45efee303..465cf54ad3 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 --------- -- cgit v1.2.3