Skip to content

Commit 41e1d97

Browse files
Update Misc/NEWS.d/next/Core_and_Builtins/2025-10-22-23-26-37.gh-issue-140443.wT5i1A.rst
Co-authored-by: Stan Ulbrych <[email protected]>
1 parent 0156624 commit 41e1d97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Misc/NEWS.d/next/Core_and_Builtins/2025-10-22-23-26-37.gh-issue-140443.wT5i1A.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
The logarithm functions (such as math.log10() and math.log()) may now produce
1+
The logarithm functions (such as :func:`math.log10` and :func:`math.log`) may now produce
22
slightly different results for extremely large integers that cannot be
33
converted to floats without overflow. These results are generally more
44
accurate, with reduced worst-case error and a tighter overall error

0 commit comments

Comments
 (0)