fortran-fast-float
Eisel-Lemire fast float parsing for Fortran
Loading...
Searching...
No Matches
fast_float_module::is_digit Interface Reference

Public Member Functions

pure elemental logical function is_digit_char (c)
 Check if a character is an ASCII digit.
 
pure elemental logical function is_digit_int (ic)
 

Member Function/Subroutine Documentation

◆ is_digit_char()

pure elemental logical function fast_float_module::is_digit::is_digit_char ( character, intent(in) c)

Check if a character is an ASCII digit.

Here is the call graph for this function:

◆ is_digit_int()

pure elemental logical function fast_float_module::is_digit::is_digit_int ( integer, intent(in) ic)
Here is the call graph for this function:

The documentation for this interface was generated from the following file: