We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2457b2b commit 664a92cCopy full SHA for 664a92c
shared-bindings/math/__init__.c
@@ -41,7 +41,15 @@
41
//| """mathematical functions
42
//|
43
//| The `math` module provides some basic mathematical functions for
44
-//| working with floating-point numbers."""
+//| working with floating-point numbers.
45
+//|
46
+//| This library is a subset of the CPython library. All code using this
47
+//| library should function in CPython, but not necessarily the other way
48
+//| around. For more information about the `math` module, see the
49
+//| CPython documentation:
50
51
+//| https://docs.python.org/3/library/math.html
52
+//| """
53
54
55
STATIC NORETURN void math_error(void) {
0 commit comments