Skip to content

Commit b290e84

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 4947488 commit b290e84

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

electronics/potential_energy_two_charges.py

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
k_e = 8.99 * (10**9) # N·m²/C², Coulomb's constant
44
"""reference:https://phys.libretexts.org/Bookshelves/University_Physics/University_Physics_(OpenStax)/University_Physics_II_-_Thermodynamics_Electricity_and_Magnetism_(OpenStax)/07%3A_Electric_Potential/7.02%3A_Electric_Potential_Energy """
55

6+
67
def potential_energy_2_charges(
78
charge_1: float,
89
charge_2: float,

0 commit comments

Comments
 (0)