![]() |
![]()
| ![]() |
![]()
NAMEunits - conversion program SYNOPSISunits [ -v ] [ file ] DESCRIPTIONUnits converts quantities expressed in various standard scales to their equivalents in other scales. It works interactively in this fashion:
A quantity is specified as a multiplicative combination of units and floating point numbers. Operators have the following precedence:
Most familiar units, abbreviations, and metric prefixes are recognized, together with a generous leavening of exotica and a few constants of nature including:
The is a unit of mass. Compound names are run together, e.g. British units that differ from their US counterparts are prefixed thus: Currency is denoted etc. The complete list of units can be found in /lib/units. A file argument to units specifies a file to be used instead of /lib/units. The -v flag causes units to print its entire database. EXAMPLEyou have: 15 pounds force/in² you want: atm FILES/lib/units SOURCE/src/cmd/units.y BUGSSince units does only multiplicative scale changes, it can convert Kelvin to Rankine but not Centigrade to Fahrenheit. Currency conversions are only as accurate as the last time someone updated the database.
|