complex_tostring Function

private pure function complex_tostring(complex_value, fmt) result(string)

Arguments

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

Return Value character(len=:), allocatable