icon Top 9 categories map      RocketAware >

units(1)

Tips: Browse or Search all pages for efficient awareness of more than 6000 of the most popular reusable and open source applications, functions, libraries, and FAQs.


The "RKT couplings" below include links to source code, updates, additional information, advice, FAQs, and overviews.


Home

Search all pages


Subjects

By activity
Professions, Sciences, Humanities, Business, ...

User Interface
Text-based, GUI, Audio, Video, Keyboards, Mouse, Images,...

Text Strings
Conversions, tests, processing, manipulation,...

Math
Integer, Floating point, Matrix, Statistics, Boolean, ...

Processing
Algorithms, Memory, Process control, Debugging, ...

Stored Data
Data storage, Integrity, Encryption, Compression, ...

Communications
Networks, protocols, Interprocess, Remote, Client Server, ...

Hard World
Timing, Calendar and Clock, Audio, Video, Printer, Controls...

File System
Management, Filtering, File & Directory access, Viewers, ...

    

RocketLink!--> Man page versions: OpenBSD FreeBSD NetBSD RedHat Solaris Others



UNITS(1)                   OpenBSD Reference Manual                   UNITS(1)

NAME
     units - conversion program



SYNOPSIS
     units [-f filename] [-q] [-v] from-unit to-unit

ARGUMENTS
     -f filename
             Specifies the name of the units data file to load.

     -q      Suppresses prompting of the user for units and the display of
             statistics about the number of units loaded.

     -v      Prints the version number.

     from-unit to-unit
             Allows a single unit conversion to be done directly from the com-
             mand line.  No prompting will occur.  The units program will
             print out only the result of this single conversion.

DESCRIPTION
     The units program converts quantities expression in various scales to
     their equivalents in other scales.  The units program can only handle
     multiplicative scale changes.  It cannot convert Celsius to Fahrenheit,
     for example.  It works interactively by prompting the user for input:

         You have: meters
         You want: feet
                 * 3.2808399
                 / 0.3048

         You have: cm^3
         You want: gallons
                 * 0.00026417205
                 / 3785.4118

     Powers of units can be specified using the `^' character as shown in the
     example, or by simple concatenation: `cm3' is equivalent to `cm^3'. Mul-
     tiplication of units can be specified by using spaces, a dash or an as-
     terisk.  Division of units is indicated by the slash (`/'). Note that
     multiplication has a higher precedence than division, so `m/s/s' is the
     same as `m/s^2' or `m/s s'. If the user enters incompatible unit types,
     the units program will print a message indicating that the units are not
     conformable and it will display the reduced form for each unit:

         You have: ergs/hour
         You want: fathoms kg^2 / day
         conformability error
                 2.7777778e-11 kg m^2 / sec^3
                 2.1166667e-05 kg^2 m / sec

     The conversion information is read from a units data file.  The default
     file includes definitions for most familiar units, abbreviations and met-
     ric prefixes.  Some constants of nature included are:

     pi       ratio of circumference to diameter

     c        speed of light

     e        charge on an electron



     g        acceleration of gravity

     force    same as g

     mole     Avogadro's number

     water    pressure per unit height of water (at 4 C)

     mercury  pressure per unit height of mercury

     ao       Bohr radius

     AU       astronomical unit

     `Pound' is a unit of mass.  Compound names are run together so
     `poundforce' is a unit of force.  British units that differ from their US
     counterparts are prefixed with `br', and currency is prefixed with its
     country name: `belgiumfranc', `britainpound'. When searching for a unit,
     if the specified string does not appear exactly as a unit name, then the
     units program will try to remove a trailing `s' or a trailing `es' and
     check again for a match.

     All of these definitions can be read in the standard units file, or you
     can supply your own file.  A unit is specified on a single line by giving
     its name and an equivalence.  One should be careful to define new units
     in terms of old ones so that a reduction leads to the primitive units
     which are marked with `!' characters.  The units program will not detect
     infinite loops that could be caused by careless unit definitions.

     Prefixes are defined in the same way as standard units, but with a trail-
     ing dash at the end of the prefix name.  Prefixes are applied after the
     longest matching unit name is found; for example, ``nmile'' is taken to
     be a nautical mile rather than a nanomile.

BUGS
     The effect of including a `/' in a prefix is surprising.

     Exponents of units entered by the user can be only one digit.  You can
     work around this by multiplying several terms.

     The user must use | to indicate division of numbers and / to indicate di-
     vision of symbols.  This distinction should not be necessary.

     Prefixes specified without a unit are treated as dimensionless quanti-
     ties.  This can lead to confusion when some prefixes are also defined as
     units (e.g., m).  For example, Tera- / Giga- is 1000, but one Tesla (T)
     is 10,000 Gauss (G).

     Some non-SI units have multiple definitions (e.g, barrel, calorie) and
     others have changed over time (e.g., cubit).  In particular, monetary
     values fluctuate.

     The program contains various arbitrary limits on the length of the units
     converted and on the length of the data file.

     The program should use a hash table to store units so that it doesn't
     take so long to load the units list and check for duplication.

FILES
     /usr/share/misc/units.lib - the standard units library

AUTHOR
     Adrian Mariano (adrian@cam.cornell.edu or mariano@geom.umn.edu)

OpenBSD 2.6                      July 14, 1993                               2

Source: OpenBSD 2.6 man pages. Copyright: Portions are copyrighted by BERKELEY
SOFTWARE DESIGN, INC., The Regents of the University of California, Massachusetts
Institute of Technology, Free Software Foundation, FreeBSD Inc., and others.



(Corrections, notes, and links courtesy of RocketAware.com)


[Detailed Topics]
FreeBSD Sources for units(1)
OpenBSD sources for units(1)


[Overview Topics]

Up to: Symbolic Math - expression evaluation, unit conversion, and calculators


RocketLink!--> Man page versions: OpenBSD FreeBSD NetBSD RedHat Solaris Others






Rapid-Links: Search | About | Comments | Submit Path: RocketAware > units.1/
RocketAware.com is a service of Mib Software
Copyright 1999, Forrest J. Cavalier III. All Rights Reserved.
We welcome submissions and comments