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 139acdc commit 521bf88Copy full SHA for 521bf88
maths/fast_inverse_sqrt.py
@@ -6,7 +6,7 @@
6
import struct
7
8
9
-def fastInvSqrt(x: float) -> float:
+def fast_inverse_sqrt(x: float) -> float:
10
"""
11
Calculate the fast inverse square root of a number.
12
0 commit comments