Toggle navigation
Foreng
Contents
Source Files
Modules
Procedures
Derived Types
Programs
Source Files
Modules
Procedures
Derived Types
Programs
kelvin_to_fahrenheit
Interface
4 statements
Source File
science_temp.f90
foreng_science_temp
kelvin_to_fahrenheit
Contents
Module Procedures
kelvin_to_fahrenheit_r32
kelvin_to_fahrenheit_r64
public interface kelvin_to_fahrenheit
Contents
Module Procedures
kelvin_to_fahrenheit_r32
kelvin_to_fahrenheit_r64
Module Procedures
public elemental function
kelvin_to_fahrenheit_r32
(K) result(F)
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=real32),
intent(in)
::
K
Return Value
real(kind=real32)
public elemental function
kelvin_to_fahrenheit_r64
(K) result(F)
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=real64),
intent(in)
::
K
Return Value
real(kind=real64)