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 77382d1 commit 03b9e72Copy full SHA for 03b9e72
physics/hookes_law.py
@@ -15,7 +15,7 @@
15
"""
16
17
18
-def hookes_law(spring_contant: float, displacement: float) -> float:
+def hookes_law(spring_constant: float, displacement: float) -> float:
19
20
Calculate the Hookes law from the given values of spring constant 'k'
21
and the displacement 'x' from the equilibrium position.
0 commit comments