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