Skip to content

Commit f47f7f3

Browse files
author
Kalpak Take
authored
Update important comment
1 parent e4b6f9b commit f47f7f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

logarithm_integer.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# So we have to find y!
88

99
# Don't use it for decimal numbers
10-
# No log(1000) or log(e, x) is automatically avaliable
10+
# log(1000) or log(e, x) is not automatically avaliable
1111
def logarithm_integer(b, x):
1212
if (b > 0 and b != 1) and x > 0:
1313
for i in range(x):

0 commit comments

Comments
 (0)