From ceea512dd6ecd4090f4f420c42f0fec43d6591e2 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Fri, 30 Aug 2019 14:11:49 -0600 Subject: numeric.c: Note that flag bit names are documented --- numeric.c | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'numeric.c') diff --git a/numeric.c b/numeric.c index fae2eb3c6d..6f3fd3484a 100644 --- a/numeric.c +++ b/numeric.c @@ -227,6 +227,12 @@ C is set in C<*flags> on entry. If C is set in C<*flags> then the binary number may use C<"_"> characters to separate digits. +=for apidoc Amnh||PERL_SCAN_ALLOW_UNDERSCORES +=for apidoc Amnh||PERL_SCAN_DISALLOW_PREFIX +=for apidoc Amnh||PERL_SCAN_GREATER_THAN_UV_MAX +=for apidoc Amnh||PERL_SCAN_SILENT_ILLDIGIT +=for apidoc Amnh||PERL_SCAN_TRAILING + =cut Not documented yet because experimental is C will point to one byte past the end of the recognized string. If the recognition fails, zero is returned, and C<*sp> will not move. +=for apidoc Amn|bool|IS_NUMBER_GREATER_THAN_UV_MAX +=for apidoc Amn|bool|IS_NUMBER_INFINITY +=for apidoc Amn|bool|IS_NUMBER_IN_UV +=for apidoc Amn|bool|IS_NUMBER_NAN +=for apidoc Amn|bool|IS_NUMBER_NEG +=for apidoc Amn|bool|IS_NUMBER_NOT_INT + =cut */ -- cgit v1.2.1