summaryrefslogtreecommitdiff
path: root/doc/source/reference
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/reference')
-rw-r--r--doc/source/reference/arrays.scalars.rst4
1 files changed, 2 insertions, 2 deletions
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")