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

Public Member Functions

pure elemental subroutine from_chars_64 (str, p, vd, f, res)
 Convert parsed number string to double (from_chars path).
 
pure elemental subroutine from_chars_32 (str, p, vf, f, res)
 Convert parsed number string to float (from_chars path).
 

Member Function/Subroutine Documentation

◆ from_chars_32()

pure elemental subroutine fast_float_module::from_chars::from_chars_32 ( character(*), intent(in) str,
type(parsed_number), intent(in) p,
real(sp), intent(inout) vf,
type(float_format), intent(in) f,
type(parse_result), intent(out) res )

Convert parsed number string to float (from_chars path).

Here is the call graph for this function:

◆ from_chars_64()

pure elemental subroutine fast_float_module::from_chars::from_chars_64 ( character(*), intent(in) str,
type(parsed_number), intent(in) p,
real(dp), intent(inout) vd,
type(float_format), intent(in) f,
type(parse_result), intent(out) res )

Convert parsed number string to double (from_chars path).

Here is the call graph for this function:

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