Skip to content

Commit 730b040

Browse files
committed
Improve docs
1 parent f405fcf commit 730b040

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Doc/library/cmath.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ Classification functions
229229
tolerance is ``1e-09``, which assures that the two values are the same
230230
within about 9 decimal digits. *rel_tol* must be greater than zero.
231231

232-
*abs_tol* is the absolute tolerance; it must be at least ``0.0``.
232+
*abs_tol* is the absolute tolerance; it must be nonnegative.
233233
When comparing to ``0.0``, the default tolerance values means that only
234234
``0.0`` is close to ``0.0``. Pass an appropriate absolute tolerance to
235235
compare with ``0.0``.

Doc/library/math.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ Number-theoretic and representation functions
166166
tolerance is ``1e-09``, which assures that the two values are the same
167167
within about 9 decimal digits. *rel_tol* must be greater than zero.
168168

169-
*abs_tol* is the absolute tolerance; it must be at least ``0.0``.
169+
*abs_tol* is the absolute tolerance; it must be nonnegative.
170170
When comparing to ``0.0``, the default tolerance values means that only
171171
``0.0`` is close to ``0.0``. Pass an appropriate absolute tolerance to
172172
compare with ``0.0``.

0 commit comments

Comments
 (0)