Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 209 Bytes

File metadata and controls

19 lines (15 loc) · 209 Bytes

tempConv

Basic temperature conversions

c2f, f2c - Temperature scale converter

Usage:

    c2f <temp in C>
    f2c <temp in F>

Example:

    $ c2f 2
    35.600

    $ f2c 2
    -16.667