Blob Blame History Raw
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" type="guide" id="conv-base" xml:lang="it">

    <info>
        <link type="guide" xref="index#conversion"/>
    
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
      <mal:name>Paolo Stivanin</mal:name>
      <mal:email>paolostivanin@yahoo.it</mal:email>
      <mal:years>2010</mal:years>
    </mal:credit>
  
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
      <mal:name>Luca Ferretti</mal:name>
      <mal:email>lferrett@gnome.org</mal:email>
      <mal:years>2012</mal:years>
    </mal:credit>
  </info>

	<title>Basi numeriche</title>
    
    <p>
    To convert the number to a different base representation use the <em>in</em> operator.
    </p>
    <example>
    <p>
    12 in hex
    </p>
    <p>
    5 in binary
    </p>
    <p>
    1A₁₆ in dec
    </p>
    <p>
    1010₂ in octal
    </p>
    </example>
    <note>
      <p>Number Base conversions must be performed using the keyboard.</p>
    </note>
</page>