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.
float
1 parent ff013f5 commit ca6eca0Copy full SHA for ca6eca0
Doc/library/functions.rst
@@ -794,7 +794,7 @@ are always available. They are listed here in alphabetical order.
794
whitespace characters are removed:
795
796
.. productionlist:: float
797
- sign: "+" | "-" | <U+2212 "−">
+ sign: "+" | "-" | "−" <Unicode minus sign (U+2212)>
798
infinity: "Infinity" | "inf"
799
nan: "nan"
800
digit: <a Unicode decimal digit, i.e. characters in Unicode general category Nd>
0 commit comments