str_compact_rlstr Subroutine

public subroutine str_compact_rlstr(str)

Compact a string representing a real number, so that the same value is displayed with fewer characters.

Arguments

Type IntentOptional AttributesName
character(len=*), intent(inout) :: str

string representation of a real number.


Contents

None