Skip to content

Commit 514ecc0

Browse files
authored
Apply suggestions from code review
1 parent e105d76 commit 514ecc0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1-
`ldexp()` on Windows doesn't round subnormal results before Windows 11, but should. Python's :func:`math.ldexp` wrapper now does round them, so results may change
2-
slightly, in rare cases of very small results, on Windows versions before 11.
1+
`ldexp()` on Windows doesn't round subnormal results before Windows 11,
2+
but should. Python's :func:`math.ldexp` wrapper now does round them, so
3+
results may change slightly, in rare cases of very small results, on
4+
Windows versions before 11.

0 commit comments

Comments
 (0)