//
pkg.gl
Category
github.com/kgaughan/learning
0010-go-programming-language
ch2
tempconv
package
0.0.0-20241206015903-5bc1cd308929
Repository:
https://github.com/kgaughan/learning.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
0
Files
22 SLOC
#
Functions
CToF
CToF converts a Celsius temperature to Fahrenheit.
FToC
FToC converts a Fahrenheit temperature to Celsius.
#
Constants
AbsoluteZeroC
No description provided by the author
BoilingC
No description provided by the author
FreezingC
No description provided by the author
#
Type aliases
Celsius
No description provided by the author
Fahrenheit
No description provided by the author