A floating-point "not a number" (NaN) value. Equivalent to the output of
``float('nan')``.
+ .. versionchanged:: 3.11
+ It is now always available.
+
.. versionadded:: 3.5
math
----
+
* Add :func:`math.exp2`: return 2 raised to the power of x.
(Contributed by Gideon Mitchell in :issue:`45917`.)
``inf``. Previously they raised :exc:`ValueError`. (Contributed by Mark
Dickinson in :issue:`44339`.)
+* The :data:`math.nan` value is now always available.
+ (Contributed by Victor Stinner in :issue:`46917`.)
+
operator
--------