Toggle navigation
Fortran-lang/stdlib
Contributing and specs
Contents
Source Files
Modules
Procedures
Derived Types
Source Files
Modules
Procedures
Derived Types
is_digit
Function
4 statements
Source File
stdlib_ascii.fypp
stdlib_ascii
is_digit
Contents
None
public pure function is_digit(c)
Checks whether
c
is a digit (0 .. 9).
Arguments
Type
Intent
Optional
Attributes
Name
character(len=1),
intent(in)
::
c
The character to test.
Return Value
logical
Contents
None