dm_ftoa Interface

public interface dm_ftoa

Generic real to string converter.

Called by

interface~~dm_ftoa~~CalledByGraph interface~dm_ftoa dm_ftoa proc~dm_geojson_feature_point dm_geojson_feature_point proc~dm_geojson_feature_point->interface~dm_ftoa proc~dm_html_node dm_html_node proc~dm_html_node->interface~dm_ftoa proc~dm_html_nodes dm_html_nodes proc~dm_html_nodes->interface~dm_ftoa proc~dm_html_responses dm_html_responses proc~dm_html_responses->interface~dm_ftoa proc~dm_html_sensor dm_html_sensor proc~dm_html_sensor->interface~dm_ftoa proc~dm_html_sensors dm_html_sensors proc~dm_html_sensors->interface~dm_ftoa proc~dm_html_target dm_html_target proc~dm_html_target->interface~dm_ftoa proc~dm_html_targets dm_html_targets proc~dm_html_targets->interface~dm_ftoa proc~dm_html_observ dm_html_observ proc~dm_html_observ->proc~dm_html_responses

Module Procedures

private pure function real32_to_string(f) result(str)

Converts 4-byte real to allocatable string of length > 1.

Arguments

Type IntentOptional Attributes Name
real(kind=r4), intent(in) :: f

Value.

Return Value character(len=:), allocatable

String of value.

private pure function real64_to_string(f) result(str)

Converts 8-byte real to allocatable string of length > 1.

Arguments

Type IntentOptional Attributes Name
real(kind=r8), intent(in) :: f

Value.

Return Value character(len=:), allocatable

String of value.