kelvin_to_fahrenheit Interface

public interface kelvin_to_fahrenheit

Contents


Module Procedures

public elemental function kelvin_to_fahrenheit_r32(K) result(F)

Arguments

Type IntentOptional AttributesName
real(kind=real32), intent(in) :: K

Return Value real(kind=real32)

public elemental function kelvin_to_fahrenheit_r64(K) result(F)

Arguments

Type IntentOptional AttributesName
real(kind=real64), intent(in) :: K

Return Value real(kind=real64)