We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4b6f9b commit f47f7f3Copy full SHA for f47f7f3
logarithm_integer.py
@@ -7,7 +7,7 @@
7
# So we have to find y!
8
9
# Don't use it for decimal numbers
10
-# No log(1000) or log(e, x) is automatically avaliable
+# log(1000) or log(e, x) is not automatically avaliable
11
def logarithm_integer(b, x):
12
if (b > 0 and b != 1) and x > 0:
13
for i in range(x):
0 commit comments