1206625Syongari# $FreeBSD$
2206625Syongari
3206625SyongariThis is a program which I wrote as a clone of the UNIX 'units'
4206625Syongaricommand.  I threw it together in a couple days, but it seems to work,
5206625Syongariwith some restrictions.  I have tested it under DOS with Borland C and
6206625SyongariUltrix 4.2, and SunOS 4.1.  
7206625Syongari
8206625SyongariThis program differs from the unix units program in the following
9206625Syongariways:
10206625Syongari   it can gracefully handle exponents larger than 9 in output
11206625Syongari   it uses 'e' to denote exponentiation in numbers
12206625Syongari   prefixes are listed in the units file
13206625Syongari   it tries both -s and -es plurals
14206625Syongari   it allows use of * for multiply and ^ for exponentiation in the input
15206625Syongari   the output format is somewhat different
16206625Syongari
17206625SyongariAdrian Mariano (adrian@cam.cornell.edu or mariano@geom.umn.edu)
18206625Syongari
19206625Syongari