File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1366,7 +1366,7 @@ def nankurt(
13661366 # With a few modifications, like using the maximum value instead of the averages
13671367 # and some adaptations because they use the average and we use the sum for `m2`.
13681368 # We need to estimate an upper bound to the error to consider the data constant.
1369- # Lets call:
1369+ # Let's call:
13701370 # x: true value in data
13711371 # y: floating point representation
13721372 # e: relative approximation error
@@ -1377,7 +1377,7 @@ def nankurt(
13771377 # (|x - y|/|x|)² <= e²
13781378 # Σ (|x - y|/|x|)² <= ne²
13791379 #
1380- # Lets say that the fperr upper bound for m2 is constrained by the summation.
1380+ # Let's say that the fperr upper bound for m2 is constrained by the summation.
13811381 # |m2 - y|/|m2| <= ne²
13821382 # |m2 - y| <= n|m2|e²
13831383 #
You can’t perform that action at this time.
0 commit comments