Skip to content

Commit c369ac9

Browse files
authored
Update potential_energy_two_charges.py
1 parent e67866b commit c369ac9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

electronics/potential_energy_two_charges.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def potential_energy_2_charges(
2828
>>> potential_energy_2_charges(1e-6, 1e-6, 0.01)
2929
0.899
3030
>>> potential_energy_2_charges(2e-6, 3e-6, 0.05)
31-
1078800.0
31+
1.0788
3232
>>> potential_energy_2_charges(0, 3e-6, 0.05)
3333
0
3434
>>> potential_energy_2_charges(2e-6, 3e-6, 0)

0 commit comments

Comments
 (0)