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 ad1f4a9 commit 2082343Copy full SHA for 2082343
content/pages/errata.rst
@@ -144,3 +144,20 @@ On page 195, an import is missing - `SympifyError` used later in the
144
On page 204, in the first paragraph, the first property should be "..the function value for x is always greater then or equal 0".
145
146
(Thanks to Elmar Bucher for pointing this out)
147
+
148
+Appendix B
149
+==========
150
151
152
+On page 226, in "Multiple Return Values", the code snippet to call the `components()`
153
+functions should be:
154
155
+.. code::
156
157
+ if __name__ == '__main__':
158
+ u = 5
159
+ theta = math.radians(45)
160
+ x, y = components(u, theta)
161
162
+(Thanks to a reader for pointing it out)
163
0 commit comments