Fortran-lang/stdlib
Contributing and specs
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
is_digit
Function
4 statements
Source File
stdlib_ascii.fypp
stdlib_ascii
is_digit
Contents
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