Skip to content

Commit a2ec95e

Browse files
committed
DOC: Remove mention of NaN and NAN aliases from constants
Remove aliases from docs, they don't exist anymore. Closes numpygh-26732
1 parent cc2a1e8 commit a2ec95e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

doc/source/reference/constants.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,6 @@ NumPy includes several constants:
8888
NumPy uses the IEEE Standard for Binary Floating-Point for Arithmetic
8989
(IEEE 754). This means that Not a Number is not equivalent to infinity.
9090

91-
`NaN` and `NAN` are aliases of `nan`.
92-
9391
.. rubric:: Examples
9492

9593
>>> np.nan

0 commit comments

Comments
 (0)