<li><ahref="#number">0 (basic number block)</a></li>
<li><ahref="#number-radix">0 (radix number block)</a></li>
<li><ahref="#=">=</a></li>
<li><ahref="#not=">≠</a></li>
<li><ahref="#gt">></a></li>
...
...
@@ -205,6 +206,22 @@
<p>Can be used as any positive or negative number (decimals included). Clicking on the “0” in the block will allow you to change the number.</p>
<h3id="number-radix">Radix Number Block</h3>
<p><imgsrc="images/math/numberradix.png"/></p>
<p>Represents a base-10 number. Clicking on the "0" will allow you to change the number.</p>
<p>Clicking the dropdown will allow you to input a number in a different number base (aka radix). The number will then be "translated" into decimal (aka base-10).</p>
<p>For example, these three blocks are equivalent:</p>
<p>Decimal mode allows you to input any positive or negative number (e.g. 2, -12, 2.12). The other modes only allow you to input a whole number (aka any positive number, or zero).</p>
@@ -81,6 +82,23 @@ convert radians to degrees, convert degrees to radians
Can be used as any positive or negative number (decimals included). Clicking on the "0" in the block will allow you to change the number.
### Radix Number Block {#number-radix}
![](images/math/numberradix.png)
Represents a base-10 number. Clicking on the "0" will allow you to change the number.
Clicking the dropdown will allow you to input a number in a different number base (aka radix). The number will then be "translated" into decimal (aka base-10).
For example, these three blocks are equivalent:
![](images/math/numberradix_equivalent.png)
The dropdown supports: decimal (base-10), binary (base-2), octal (base-8), and hexadecimal (base-16) input formats.
Decimal mode allows you to input any positive or negative number (e.g. 2, -12, 2.12). The other modes only allow you to input a whole number (aka any positive number, or zero).