Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
micropython
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
card10
micropython
Commits
c4ab8895
Commit
c4ab8895
authored
9 years ago
by
Paul Sokolovsky
Browse files
Options
Downloads
Patches
Plain Diff
docs: math, cmath: Add port availability information.
parent
1a05a591
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/library/cmath.rst
+4
-1
4 additions, 1 deletion
docs/library/cmath.rst
docs/library/math.rst
+3
-0
3 additions, 0 deletions
docs/library/math.rst
with
7 additions
and
1 deletion
docs/library/cmath.rst
+
4
−
1
View file @
c4ab8895
...
@@ -4,9 +4,12 @@
...
@@ -4,9 +4,12 @@
.. module:: cmath
.. module:: cmath
:synopsis: mathematical functions for complex numbers
:synopsis: mathematical functions for complex numbers
The ``cmath`` module provides some basic mathematical funtions for
The ``cmath`` module provides some basic mathematical fun
c
tions for
working with complex numbers.
working with complex numbers.
Availability: not available on WiPy and ESP8266. Floating point support
required for this module.
Functions
Functions
---------
---------
...
...
This diff is collapsed.
Click to expand it.
docs/library/math.rst
+
3
−
0
View file @
c4ab8895
...
@@ -9,6 +9,9 @@ working with floating-point numbers.
...
@@ -9,6 +9,9 @@ working with floating-point numbers.
*Note:* On the pyboard, floating-point numbers have 32-bit precision.
*Note:* On the pyboard, floating-point numbers have 32-bit precision.
Availability: not available on WiPy. Floating point support required
for this module.
Functions
Functions
---------
---------
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment