From 63997b533673ef60cc85c14ff46b543dc7bbcfc7 Mon Sep 17 00:00:00 2001 From: Wirawan Purwanto Date: Wed, 1 Mar 2017 10:24:46 -0500 Subject: DOC: Clarifying the meaning of small values for `suppress` print option. --- numpy/core/arrayprint.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'numpy/core/arrayprint.py') diff --git a/numpy/core/arrayprint.py b/numpy/core/arrayprint.py index 318ad5495..64d241fe0 100644 --- a/numpy/core/arrayprint.py +++ b/numpy/core/arrayprint.py @@ -71,6 +71,8 @@ def set_printoptions(precision=None, threshold=None, edgeitems=None, suppress : bool, optional Whether or not suppress printing of small floating point values using scientific notation (default False). + A number is "very small" if it is smaller than the current printing + precision. nanstr : str, optional String representation of floating point not-a-number (default nan). infstr : str, optional -- cgit v1.2.1