Skip to content

Commit 144d327

Browse files
committed
update draft post
1 parent 22322dd commit 144d327

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/trailing-zeros-factorial-python.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,11 @@ Some key standard library functions we use in the above program are:
9999
- ``math.log``: This function is used to find the logarithm of a number for a specified base (defaults to 10)
100100
- ``math.pow``: This function is used to find out the power of a number raised to another
101101

102-
The above functions are defined in the `math module<https://docs.python.org/3/library/math.html>`__.
102+
The above functions are defined in the `math module <https://docs.python.org/3/library/math.html>`__.
103103

104104
Besides the above, we use the `is_integer()` function defined on a floating point object to check
105105
if the floating point object is actually an integer.
106106

107-
The latest version of the code is available `here<https://github.com/doingmathwithpython/code/blob/master/explorations/trailing_zeros/trailing_zeros.py>`__.
107+
The latest version of the code is available `here <https://github.com/doingmathwithpython/code/blob/master/explorations/trailing_zeros/trailing_zeros.py>`__.
108108

109109

0 commit comments

Comments
 (0)