You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The optional leading *whitespace* may consist of space and tab characters, which are ignored.\
86
-
*sign* is either plus (+) or minus (-).\
87
-
*digits* are one or more decimal digits.\
88
-
*hexdigits* are one or more hexadecimal digits.\
89
-
*radix* is the radix point character, either a period (.) in the default "C" locale, or the locale-specific value if the current locale is different or when *`locale`* is specified.\
90
-
A *sequence* is a sequence of alphanumeric or underscore characters.
The optional leading *`whitespace`* may consist of space and tab characters, which are ignored.\
86
+
*`sign`* is either plus (+) or minus (-).\
87
+
*`digits`* are one or more decimal digits.\
88
+
*`hexdigits`* are one or more hexadecimal digits.\
89
+
*`radix`* is the radix point character, either a period (.) in the default "C" locale, or the locale-specific value if the current locale is different or when *`locale`* is specified.\
90
+
A *`sequence`* is a sequence of alphanumeric or underscore characters.
91
91
92
92
In both decimal and hexadecimal number forms, if no digits appear before the radix point character, at least one must appear after the radix point character.
0 commit comments