fahrenheit_to_kelvin Interface

public interface fahrenheit_to_kelvin

Contents


Module Procedures

public elemental function fahrenheit_to_kelvin_r32(F) result(K)

Arguments

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

Return Value real(kind=real32)

public elemental function fahrenheit_to_kelvin_r64(F) result(K)

Arguments

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

Return Value real(kind=real64)