1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="default.css" />
<title>Convertall - Features</title>
</head>
<body>
<div class="interior">
<div class="title">
<img src="logo.png" alt="Convertall" />
</div>
<div class="toplinks">
<p>Version 0.8.0<p>
<p><a href="http://www.bellz.org/progs.html">Other Programs</a></p>
<p><a href="http://www.bellz.org/contact.html">Contact Info</a></p>
</div>
<div class="navigation">
<a href="index.html">Home / News</a>
<span class="current-nav">Features</span>
<a href="scrnsht.html">Screenshots</a>
<a href="require.html">Requirements</a>
<a href="download.html">Downloads</a>
<a href="install.html">Installation</a>
<a href="use.html">How to Use</a>
</div>
<div class="content">
<h1>ConvertAll Features</h1>
<ul>
<li>The base units for conversion may be either typed (with
auto-completion) or selected from a list.</li>
<li>As a unit is typed, the unit list is automatically filtered
to show only units with matching words.</li>
<li>In general, either a unit's full name or its abbreviation
can be used.</li>
<li>Units may be combined with the "*" and "/" operators.</li>
<li>Units may be raised to powers (squared, cubed, etc.) with
the "^" operator.</li>
<li>Units in the denominator may be grouped with
parenthesis.</li>
<li>Units with non-linear scales, such as temperature, can also
be converted.</li>
<li>Recently used unit combinations may be picked from a
menu.</li>
<li>Numbers may be entered on either the "From" or the "To"
units side, for conversions in both directions.</li>
<li>Basic mathematical expressions may be entered in place of
numbers.</li>
<li>Options control the formatting of numerical results.</li>
<li>The unit data includes over 500 units.</li>
<li>Conversions between various number bases (decimal,
hexadecimal, octal and binary) can be done in a separate
dialog window.</li>
<li>A decimal number can be converted to fractional numbers in a
separate dialog window.</li>
<li>The format of the unit data file makes it easy to add
additional units.</li>
<li>Command line options are available to do conversions without
the GUI.</li>
<li>The user interface and the unit data are available in
Catalan, English, French, German, Russian, Spanish and
Swedish.</li>
</ul>
</div>
</div>
</body>
</html>
|