realsp_to_str Function

private pure function realsp_to_str(x, after_comma) result(res)

Arguments

Type IntentOptional Attributes Name
real(kind=sp), intent(in) :: x
integer, intent(in) :: after_comma

Return Value character(len=:), allocatable


Contents