diff options
Diffstat (limited to 'numpy/doc/constants.py')
-rw-r--r-- | numpy/doc/constants.py | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/numpy/doc/constants.py b/numpy/doc/constants.py index 36f94d307..f9fccabfb 100644 --- a/numpy/doc/constants.py +++ b/numpy/doc/constants.py @@ -3,7 +3,7 @@ Constants ========= -Numpy includes several constants: +NumPy includes several constants: %(constant_list)s """ @@ -82,7 +82,7 @@ add_newdoc('numpy', 'NINF', Notes ----- - Numpy uses the IEEE Standard for Binary Floating-Point for Arithmetic + NumPy uses the IEEE Standard for Binary Floating-Point for Arithmetic (IEEE 754). This means that Not a Number is not equivalent to infinity. Also that positive infinity is not equivalent to negative infinity. But infinity is equivalent to positive infinity. @@ -122,7 +122,7 @@ add_newdoc('numpy', 'NZERO', Notes ----- - Numpy uses the IEEE Standard for Binary Floating-Point for Arithmetic + NumPy uses the IEEE Standard for Binary Floating-Point for Arithmetic (IEEE 754). Negative zero is considered to be a finite number. Examples @@ -193,7 +193,7 @@ add_newdoc('numpy', 'PZERO', Notes ----- - Numpy uses the IEEE Standard for Binary Floating-Point for Arithmetic + NumPy uses the IEEE Standard for Binary Floating-Point for Arithmetic (IEEE 754). Positive zero is considered to be a finite number. Examples @@ -253,7 +253,7 @@ add_newdoc('numpy', 'inf', Notes ----- - Numpy uses the IEEE Standard for Binary Floating-Point for Arithmetic + NumPy uses the IEEE Standard for Binary Floating-Point for Arithmetic (IEEE 754). This means that Not a Number is not equivalent to infinity. Also that positive infinity is not equivalent to negative infinity. But infinity is equivalent to positive infinity. @@ -298,7 +298,7 @@ add_newdoc('numpy', 'nan', Notes ----- - Numpy uses the IEEE Standard for Binary Floating-Point for Arithmetic + NumPy uses the IEEE Standard for Binary Floating-Point for Arithmetic (IEEE 754). This means that Not a Number is not equivalent to infinity. `NaN` and `NAN` are aliases of `nan`. |