8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d18083b commit fb4ea91Copy full SHA for fb4ea91
doc/source/glossary.rst
@@ -166,9 +166,10 @@ Glossary
166
167
168
array scalar
169
- For uniformity in handling operands, NumPy treats
170
- a :doc:`scalar <reference/arrays.scalars>` as an array of zero
171
- dimension.
+ An :doc:`array scalar <reference/arrays.scalars>` is an instance of the types/classes float32, float64,
+ etc.. For uniformity in handling operands, NumPy treats a scalar as
+ an array of zero dimension. In contrast, a 0-dimensional array is an :doc:`ndarray <reference/arrays.ndarray>` instance
172
+ containing precisely one value.
173
174
175
axis
0 commit comments