home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / UNITCV.ZIP / UC.DOC next >
Text File  |  1992-01-15  |  3KB  |  62 lines

  1.  
  2. UC - Units Conversion Utility
  3. --   ----- ---------- -------
  4.  
  5. (C) Copyright A. Ernest Beamer, 1991, 1992. All Rights Reserved.
  6.  
  7. ===============================================================================
  8.  
  9. The UNITS CONVERSION UTILITY (or UC) is a quickie program I wrote as a favor to
  10. my dad, who needed a utility like this for use in his architectural business.
  11. He only needed conversion for lengths, but I went ahead and added conversion
  12. for volume, mass, work, etc.
  13.  
  14. The program is simple to use. Enter the value you wish to convert, select the
  15. 'from' and 'to' units from the two list boxes, and then press the CONVERT
  16. pushbutton (or just hit ENTER). The CLEAR pushbutton erases the value input
  17. field.
  18.  
  19. Input values may be specified as integers (e.g. 1), floating point values (e.g.
  20. 2.34), or floating point values with an exponent (e.g. 1.2E3, or 1.2 x 10**3,
  21. as well as 1.234E-2, 1.234e23, 1.234D7, 1.2345d-12, etc.)
  22.  
  23. The conversion values stored in the program are accurate to 6 significant
  24. digits. The result will be displayed with no more than 5 significant digits.
  25.  
  26. The MASS/WEIGHT units category allows you to convert back and forth between
  27. mass and weight, but keep in mind that mass and weight are *not* the same.
  28. When the program says that 1 kilogram 'equals' 2.205 pounds Avoirdupois, what
  29. is meant is that 1 kilogram of mass weighs 2.205 pounds under the influence of
  30. 1 standard gravity (9.80665 m/s**2).
  31.  
  32. I hope you find UC to be useful. If you have any comments or suggestions for
  33. the program, please post them to the IBMOS2 forum on CompuServe. I monitor that
  34. forum once a week or so.
  35.  
  36. ===============================================================================
  37.  
  38. LICENSE
  39.  
  40. This program is offered for your enjoyment and use at no charge and without
  41. warranty of any kind. You may copy and distribute verbatim copies of JTK as you
  42. receive it, in any medium, provided that you keep intact the notices on all
  43. files that refer to copyrights, to this license agreement, and to the absence
  44. of any warranty; and give any other recipients of the JTK program a copy of
  45. this license agreement along with the program.
  46.  
  47.    A. Ernest Beamer
  48.  
  49. ===============================================================================
  50.  
  51. HISTORY
  52.  
  53.    Version 1.01  January 15, 1992
  54.  
  55.       Default program icon now set automatically.
  56.  
  57.    Version 1.00  July 1, 1991
  58.  
  59.       First version, released to CompuServe's IBMOS2 forum.
  60.  
  61. ===============================================================================
  62.