real_to_str Function

public function real_to_str(r) result(a)

Convert real number to string

Arguments

Type IntentOptional AttributesName
real, intent(in) :: r

Return Value character(len=MAX_STRING_LEN)


Called by

proc~~real_to_str~~CalledByGraph proc~real_to_str real_to_str interface~tostr tostr interface~tostr->proc~real_to_str proc~reallen reallen proc~reallen->proc~real_to_str proc~str_cat_real str_cat_real proc~str_cat_real->interface~tostr proc~intlen intlen proc~intlen->interface~tostr proc~real_cat_str real_cat_str proc~real_cat_str->interface~tostr interface~len len interface~len->proc~reallen interface~len->proc~intlen interface~operator( + ) operator( + ) interface~operator( + )->proc~str_cat_real interface~operator( + )->proc~real_cat_str

Contents

None