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 2a8fda4 commit 6a4702fCopy full SHA for 6a4702f
maths/fast_inverse_sqrt.py
@@ -13,7 +13,7 @@ def fast_inverse_sqrt(number: float) -> float:
13
This function computes the fast inverse square root of a floating-point number
14
using the famous Quake III algorithm, originally developed by id Software.
15
16
- :param float number: The input number for which to calculate the inverse square root.
+ :param float number: Input number for which to calculate the inverse square root.
17
:return float: The fast inverse square root of the input number.
18
19
Example:
0 commit comments