Generic real to string converter.
Converts 4-byte real to allocatable string of length > 1.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=r4), | intent(in) | :: | f |
Value. |
String of value.
Converts 8-byte real to allocatable string of length > 1.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=r8), | intent(in) | :: | f |
Value. |
String of value.