8000 docs: math, cmath: Add port availability information. · lapsule/micropython@c4ab889 · GitHub
[go: up one dir, main page]

Skip to content

Commit c4ab889

Browse files
committed
docs: math, cmath: Add port availability information.
1 parent 1a05a59 commit c4ab889

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs/library/cmath.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,12 @@
44
.. module:: cmath
55
:synopsis: mathematical functions for complex numbers
66

7-
The ``cmath`` module provides some basic mathematical funtions for
7+
The ``cmath`` module provides some basic mathematical functions for
88
working with complex numbers.
99

10+
Availability: not available on WiPy and ESP8266. Floating point support
11+
required for this module.
12+
1013
Functions
1114
---------
1215

docs/library/math.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ working with floating-point numbers.
99

1010
*Note:* On the pyboard, floating-point numbers have 32-bit precision.
1111

12+
Availability: not available on WiPy. Floating point support required
13+
for this module.
14+
1215
Functions
1316
---------
1417

0 commit comments

Comments
 (0)
0