Edit file File name : base.page Content :<?xml version="1.0" encoding="utf-8"?> <page xmlns="http://projectmallard.org/1.0/" type="guide" id="base" xml:lang="fi"> <info> <link type="guide" xref="index#number"/> <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright"> <mal:name>Jukka Heikkilä</mal:name> <mal:email>jutsco@gmail.com</mal:email> <mal:years>2010</mal:years> </mal:credit> </info> <title>Numeroiden kantaluvut</title> <p>Lukujen kantaluku voidaan määrittää <link xref="superscript">alaindeksissä olevalla luvulla</link>. Seuraavat luvut ovat ekvivalentteja:</p> <example> <p>1001011₂</p> <p>113₈</p> <p>75</p> <p>4B₁₆</p> </example> <p> When in <link xref="mouse">programming mode</link>, use the drop-down menu to change the base of the calculation. </p> <p> Keyboard shortcuts can be used to switch to <gui>Binary</gui> (<keyseq><key>Ctrl</key><key>B</key></keyseq>), <gui>Octal</gui> (<keyseq><key>Ctrl</key><key>O</key></keyseq>), <gui>Decimal</gui> (<keyseq><key>Ctrl</key><key>D</key></keyseq>) and <gui>Hexadecimal</gui> (<keyseq><key>Ctrl</key><key>H</key></keyseq>) modes. </p> <p> To convert numbers to other base on the fly, <link xref="conv-base">Number Base conversion</link> can be used. </p> </page> Save