Changes

Jump to navigation Jump to search
Line 587: Line 587:  
y yocto
 
y yocto
    +
</pre>
 +
 +
== Notation for Powers ==
 +
 +
Simple notation for power is ^ (Example: a^3)
 +
 +
Powers 0-9 can also be indicated using the superscript notation.
 +
 +
(1..100)³
 +
 +
If used with names of variables, a³ expands to a3 so variables can use superscript and subscript letters. Hence, if raised to express power provide a space between the letter and power, such as a ³, or (a)³. 
 +
 +
<pre>
 +
⁰ RAISE TO POWER 0
 +
¹ RAISE TO POWER 1
 +
² RAISE TO POWER 2
 +
³ RAISE TO POWER 3
 +
⁴ RAISE TO POWER 4
 +
⁵ RAISE TO POWER 5
 +
⁶ RAISE TO POWER 6
 +
⁷ RAISE TO POWER 7
 +
⁸ RAISE TO POWER 8
 +
⁹ RAISE TO POWER 9
 
</pre>
 
</pre>
    
[[ Z3 | << Back to Z3 home ]]
 
[[ Z3 | << Back to Z3 home ]]
2,824

edits

Navigation menu