From 4832edc55ffa7ba66ced716bfebbec05d93f8097 Mon Sep 17 00:00:00 2001 From: Eric Wieser Date: Sun, 27 Dec 2020 17:40:43 +0000 Subject: Update doc/source/reference/arrays.scalars.rst --- doc/source/reference/arrays.scalars.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/source/reference') diff --git a/doc/source/reference/arrays.scalars.rst b/doc/source/reference/arrays.scalars.rst index 0e2f4d7b9..227d12d4d 100644 --- a/doc/source/reference/arrays.scalars.rst +++ b/doc/source/reference/arrays.scalars.rst @@ -197,8 +197,8 @@ Inexact types whereas the other types do not as they have more precision and therefore have closer values. - Conversely, the same value approximated at different precisions may compare - unequal despite printing identically: + Conversely, floating-point scalars of different precisions which approximate + the same decimal value may compare unequal despite printing identically: >>> f16 = np.float16("0.1") >>> f32 = np.float32("0.1") -- cgit v1.2.1