kelvin_to_celcius Interface

public interface kelvin_to_celcius

Contents


Module Procedures

public elemental function kelvin_to_celcius_r32(K) result(C)

Arguments

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

Return Value real(kind=real32)

public elemental function kelvin_to_celcius_r64(K) result(C)

Arguments

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

Return Value real(kind=real64)