Exponentiation with infix operators in (or operating on) the base: Difference between revisions

(Added Easylang)
 
Line 480:
 
{{out}}
As of 0.12, this is the output.
<pre>[-25, -25, 25, -25]
[-125, -125, -125, -125]
</pre>
 
Prior to 0.12, this is the output.
<pre>[25, 25, 25, -25]
[-125, -125, -125, -125]
</pre>
1,007

edits