Commit 25a9095e authored by Evan W. Patton's avatar Evan W. Patton

Check in recompiled documentation

Change-Id: I0fc55ee8864add3341d9ea90ce12103a04b9a2d0
parent fa4d6011
...@@ -208,15 +208,15 @@ ...@@ -208,15 +208,15 @@
<h3 id="number-radix">Radix Number Block</h3> <h3 id="number-radix">Radix Number Block</h3>
<p><img src="images/math/numberradix.png"/></p> <p><img src="images/math/numberradix.png" alt="" /></p>
<p>Represents a base-10 number. Clicking on the "0" will allow you to change the number.</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>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>For example, these three blocks are equivalent:</p>
<p><img src="images/math/numberradix_equivalent.png"/></p> <p><img src="images/math/numberradix_equivalent.png" alt="" /></p>
<p>The dropdown supports: decimal (base-10), binary (base-2), octal (base-8), and hexadecimal (base-16) input formats.</p> <p>The dropdown supports: decimal (base-10), binary (base-2), octal (base-8), and hexadecimal (base-16) input formats.</p>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment