celcius_to_fahrenheit Interface

public interface celcius_to_fahrenheit

Contents


Module Procedures

public elemental function celcius_to_fahrenheit_r32(C) result(F)

Arguments

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

Return Value real(kind=real32)

public elemental function celcius_to_fahrenheit_r64(C) result(F)

Arguments

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

Return Value real(kind=real64)