-</p><div class="variablelist"><dl class="variablelist"><dt><span class="term">A unit or unit expression</span></dt><dd><p>Convert to a unit or a unit expression (e.g. <span class="quote">“<span class="quote">5 ft + 2 in to meter = 1.5748 m</span>”</span> or <span class="quote">“<span class="quote">50 mph to km/h ≈ 80 km/h</span>”</span>). Prepend with a question mark (?) to request the optimal prefix. Modifiers in front of the question mark selects the type of prefixes used — 'b' for binary prefixes, 'd' for decimal prefixes, and 'a' for all decimal prefixes incluing centi, deci, etc. (e.g. <span class="quote">“<span class="quote">8 × 1024 bits to b?bytes = 1 kibibyte</span>”</span>). Prepend with + or - to force/disable use of mixed units (e.g. <span class="quote">“<span class="quote">5 m to + ft ≈ 5 yd + 1 ft + 4.9 in</span>”</span>).</p></dd><dt><span class="term">A physical constant or a variable</span></dt><dd><p>Convert to variable as unit (e.g. <span class="quote">“<span class="quote">500 km/ms to c ≈ 1.7 c</span>”</span>).</p></dd><dt><span class="term">base</span></dt><dd><p>Convert to base units (e.g. <span class="quote">“<span class="quote">1 lux to base = 1 cd/m<sup>2</sup></span>”</span>).</p></dd><dt><span class="term">optimal</span></dt><dd><p>Convert to optimal unit (e.g. <span class="quote">“<span class="quote">(10 J)/(2 s) to optimal = 5 W</span>”</span>).</p></dd><dt><span class="term">mixed</span></dt><dd><p>Convert to mixed units (e.g. <span class="quote">“<span class="quote">90 s to mixed = 1 min + 30 s</span>”</span>.</p></dd><dt><span class="term">bin / binary</span></dt><dd><p>Show as binary number (e.g. <span class="quote">“<span class="quote">sqrt(900) to bin = 0001 1110</span>”</span>). Append an integer to specify the number of bits (e.g. <span class="quote">“<span class="quote">4 to bin16 = 0000 0000 0000 0100</span>”</span>).</p></dd><dt><span class="term">oct / octal</span></dt><dd><p>Show as octal number (e.g. <span class="quote">“<span class="quote">52 to octal = 64</span>”</span>).</p></dd><dt><span class="term">duo / duodecimal</span></dt><dd><p>Show as duodecimal number (e.g. <span class="quote">“<span class="quote">152 to duo = 108</span>”</span>).</p></dd><dt><span class="term">hex / hexadecimal</span></dt><dd><p>Show as hexadecimal number (e.g. <span class="quote">“<span class="quote">623 to hex = 026F</span>”</span>). Append an integer to specify the number of bits (e.g. <span class="quote">“<span class="quote">4 to hex16 = 0004</span>”</span>).</p></dd><dt><span class="term">sexa / sexagesimal</span></dt><dd><p>Show as sexagesimal number (e.g. <span class="quote">“<span class="quote">7.33 to sexagesimal = 7°19′48″</span>”</span>).</p></dd><dt><span class="term">bijective</span></dt><dd><p>Show as bijective base-26 number (e.g. <span class="quote">“<span class="quote">731 to bijective = ABC</span>”</span>).</p></dd><dt><span class="term">binary16 / fp16, binary32 / float / fp32, binary64 / double / fp64, fp80, binary128 / fp128</span></dt><dd><p>Show as binary representation of IEEE 754 16-bit (half precision), 32-bit (single precision), 64-bit (double precision), 80-bit (x86 extended format), or 128-bit (quadruple precision) floating-point number.</p></dd><dt><span class="term">time</span></dt><dd><p>Show in time format (e.g. <span class="quote">“<span class="quote">7.25 to time = 7:15</span>”</span>.</p></dd><dt><span class="term">roman</span></dt><dd><p>Show as Roman numerals (e.g. <span class="quote">“<span class="quote">1984 to roman = MCMLXXXIV</span>”</span>).</p></dd><dt><span class="term">Unicode</span></dt><dd><p>Show as unicode character(s) (using the Unicode base, 1114112, e.g. <span class="quote">“<span class="quote">0x178 to unicode = Ÿ</span>”</span>).</p></dd><dt><span class="term">base #</span></dt><dd><p>Show using the specified base (e.g. <span class="quote">“<span class="quote">523 to base 20 = 163</span>”</span> or <span class="quote">“<span class="quote">circumference(1) to base pi = 20</span>”</span>).</p></dd><dt><span class="term">bases</span></dt><dd><p>Show as binary, octal, decimal, duodecimal, hexadecimal and Roman number (opens convert bases dialog with the mathematical expression).</p></dd><dt><span class="term">rectangular / cartesian</span></dt><dd><p>Show complex number in rectangular form (e.g. <span class="quote">“<span class="quote">0.28i − 2 to complex = 0.28i − 2</span>”</span>).</p></dd><dt><span class="term">exponential</span></dt><dd><p>Show complex number in exponential form (e.g. <span class="quote">“<span class="quote">0.28i − 2 to exponential ≈ 2e^(3i)</span>”</span>).</p></dd><dt><span class="term">polar</span></dt><dd><p>Show complex number in polar form (e.g. <span class="quote">“<span class="quote">0.28i − 2 to polar ≈ 2(cos(3) + i × sin(3))</span>”</span>).</p></dd><dt><span class="term">angle / phasor</span></dt><dd><p>Show complex number in angle/phasor notation (e.g. <span class="quote">“<span class="quote">0.28i − 2 to angle ≈ 2∠3</span>”</span>).</p></dd><dt><span class="term">cis</span></dt><dd><p>Show complex number in cis form (e.g. <span class="quote">“<span class="quote">0.28i − 2 to angle ≈ 2 cis 3</span>”</span>).</p></dd><dt><span class="term">fraction</span></dt><dd><p>Show as mixed fraction <span class="quote">“<span class="quote">1.25 to fraction = 1 + 1/4</span>”</span>.</p></dd><dt><span class="term">partial fraction</span></dt><dd><p>Show expanded partial fractions (e.g. <span class="quote">“<span class="quote">1 / (x<sup>2</sup> + 2x − 3) to partial fraction = 1 ∕ (4x − 4) − 1 ∕ (4x + 12)</span>”</span>).</p></dd><dt><span class="term">factors</span></dt><dd><p>Show factorized (algebraic or integer factorization, e.g. <span class="quote">“<span class="quote">3 645 678 to factors = 857 × 709 × 3 × 2</span>”</span> or <span class="quote">“<span class="quote">x<sup>2</sup> + 4x + 4 to factors = (x + 2)<sup>2</sup></span>”</span>).</p></dd><dt><span class="term">calendars</span></dt><dd><p>Show date in different calendars (opens calendar conversion dialog).</p></dd><dt><span class="term">UTC</span></dt><dd><p>Show date and time using UTC time zone.</p></dd><dt><span class="term">UTC+/-hh[:mm]</span></dt><dd><p>Show date and time using specified time zone (e.g. UTC+08).</p></dd></dl></div><p>
0 commit comments