Documentation ¶
Overview ¶
Package tempconv performs Celsius and Fahrenheit temperature computations.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Fahrenheit ¶
type Fahrenheit float64
func CToF ¶
func CToF(c Celsius) Fahrenheit
func FahrenheitFlag ¶
func FahrenheitFlag(name string, value Fahrenheit, usage string) *Fahrenheit
func (Fahrenheit) String ¶
func (f Fahrenheit) String() string
Click to show internal directories.
Click to hide internal directories.