|
This Time Conversion program uses custom rounding routines
to avoid results such as 3.9999999999 instead of 4. It rounds the result to 13
significant digits instead of rounding to some number of decimal places,
therefore producing superior results for very big or very small initial values
and conversion factors. It accepts scientific notation and converts
immediately.
Converting to and from: atmosphere (atm), bar (b), hectopascal (hPa), kilogram
per sq. cm (kgf/cm2), kilogram per sq. meter (kgf/m2),
kilopascal (kPa), millibar, millimeter of mercury (mmHg) , pascal (Pa), pounds
per square foot (psf), pounds per square inch (psi), torr (Torr).
|