Toggle navigation
Foreng
Contents
Source Files
Modules
Procedures
Derived Types
Programs
Source Files
Modules
Procedures
Derived Types
Programs
to_kelvin
Function
4 statements
Source File
chapter_4.f90
chapter_4
to_kelvin
Contents
None
public elemental function to_kelvin(F)
Convert a temperature in Fahrenheit to Kelvin
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=real64),
intent(in)
::
F
Return Value
real(kind=real64)
Contents
None