|
| 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).
|
| |
◆ 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).
◆ 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).
The documentation for this interface was generated from the following file: