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.
1 parent a82deb7 commit 6507c0fCopy full SHA for 6507c0f
numeric.c
@@ -998,8 +998,8 @@ Perl_grok_infnan(pTHX_ const char** sp, const char* send)
998
=for apidoc grok_number
999
=for apidoc_item grok_number_flags
1000
1001
-Look for a number in the C<len> bytes starting at C<pv>. If one isn't found,
1002
-return 0; otherwise return its type (and optionally its value). In
+Look for a base 10 number in the C<len> bytes starting at C<pv>. If one isn't
+found, return 0; otherwise return its type (and optionally its value). In
1003
C<grok_number> all C<len> bytes must be either leading C<L</isSPACE>>
1004
characters or part of the number. The same is true in C<grok_number_flags>
1005
unless C<flags> contains the C<PERL_SCAN_TRAILING> bit, which allows for
0 commit comments