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