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