string_to_real Interface

public interface string_to_real

Converts a string to a 64-bit real.


Contents


Module Procedures

private pure function string_to_real_char(x) result(rst)

Converts a string to a 64-bit real.

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: x

The string to convert.

Return Value real(kind=real64)

The resulting value.

private pure function string_to_real_string(x) result(rst)

Converts a string to a 64-bit real.

Arguments

Type IntentOptional Attributes Name
type(string), intent(in) :: x

The string to convert.

Return Value real(kind=real64)

The resulting value.