real_tostring Function

private pure function real_tostring(real_value, fmt) result(string)

Arguments

Type IntentOptional Attributes Name
real(kind=dp), intent(in) :: real_value
character(len=*), intent(in), optional :: fmt

Return Value character(len=:), allocatable