You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/trailing-zeros-factorial-python.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -99,11 +99,11 @@ Some key standard library functions we use in the above program are:
99
99
- ``math.log``: This function is used to find the logarithm of a number for a specified base (defaults to 10)
100
100
- ``math.pow``: This function is used to find out the power of a number raised to another
101
101
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>`__.
103
103
104
104
Besides the above, we use the `is_integer()` function defined on a floating point object to check
105
105
if the floating point object is actually an integer.
106
106
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>`__.
0 commit comments