[UP]


Manual Reference Pages  - exchange (1)

NAME

exchange(1f) - [CONVERT] test of basic unit conversion functions (LICENSE:PD)

CONTENTS

Synopsis
Description
Options
Examples
Author
License

SYNOPSIS

\

   exchange [[ -feet VALUES] [ -meters VALUES]
            [ -celsius VALUES] [ -fahrenheit VALUES]
            [ -degrees VALUES] [ -radians VALUES]]
            |[ --help| -version]

DESCRIPTION

Makes common unit conversions such as between feet and meters, celsius and fahrenheit, and degrees and radians.

OPTIONS

-feet VALUES
  convert feet to meters
-meters VALUES
  convert meters to feet
-fahrenheit VALUES
  convert fahrenheit to celsius
-celsius VALUES
  convert celsius to fahrenheit
-radians VALUES
  convert radians to degrees
-degrees VALUES
  convert degrees to radians
--help display this help and exit
--version
  output version information and exit

EXAMPLES

Sample commands:

     exchange -degrees 0 90 180 360

> 0.00000000 degrees is 0.00000000 radians > 90.0000000 degrees is 1.57079637 radians > 180.000000 degrees is 3.14159274 radians > 360.000000 degrees is 6.28318548 radians

exchange -fahrenheit -40 32 98.6 212 -celsius -40 0 37 100

> -40.0000000 celsius is -40.0000000 fahrenheit > 0.00000000 celsius is 32.0000000 fahrenheit > 37.0000000 celsius is 98.6000061 fahrenheit > 100.000000 celsius is 212.000000 fahrenheit > -40.0000000 fahrenheit is -40.0000000 celsius > 32.0000000 fahrenheit is 0.00000000 celsius > 98.5999985 fahrenheit is 37.0000000 celsius > 212.000000 fahrenheit is 100.000000 celsius

AUTHOR

John S. Urban

LICENSE

Public Domain


exchange (1) March 11, 2021
Generated by manServer 1.08 from 27831fae-6d47-49f9-a4b3-f3422963568b using man macros.