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.
2 parents 7080cef + 22e5e5f commit 030a7bfCopy full SHA for 030a7bf
1 file changed
physics/faraday_lenz_law.py
@@ -64,7 +64,7 @@ def induced_electromotive_force(
64
>>> induced_electromotive_force(30.0, 50.0, 10)
65
2.0
66
>>> induced_electromotive_force(100, 100.0, 20.0)
67
- 0.0
+ -0.0
68
>>> induced_electromotive_force(10.0, 2.0, -2.0)
69
Traceback (most recent call last):
70
...
0 commit comments