mirror of
https://github.com/Perl/perl5.git
synced 2026-01-26 08:38:23 +00:00
perlapi: IS_NUMBER_NEG and kin aren't bools
Insted they are flags
This commit is contained in:
parent
dcf3506c01
commit
3bd2e0d89e
12
numeric.c
12
numeric.c
@ -742,12 +742,12 @@ If an infinity or a not-a-number is recognized, C<*sp> 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 Amnh|bool|IS_NUMBER_GREATER_THAN_UV_MAX
|
||||
=for apidoc Amnh|bool|IS_NUMBER_INFINITY
|
||||
=for apidoc Amnh|bool|IS_NUMBER_IN_UV
|
||||
=for apidoc Amnh|bool|IS_NUMBER_NAN
|
||||
=for apidoc Amnh|bool|IS_NUMBER_NEG
|
||||
=for apidoc Amnh|bool|IS_NUMBER_NOT_INT
|
||||
=for apidoc Amnh||IS_NUMBER_GREATER_THAN_UV_MAX
|
||||
=for apidoc Amnh||IS_NUMBER_INFINITY
|
||||
=for apidoc Amnh||IS_NUMBER_IN_UV
|
||||
=for apidoc Amnh||IS_NUMBER_NAN
|
||||
=for apidoc Amnh||IS_NUMBER_NEG
|
||||
=for apidoc Amnh||IS_NUMBER_NOT_INT
|
||||
|
||||
=cut
|
||||
*/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user