Python and Flaming Thunder
bruno.desthuilliers at gmail.com
bruno.desthuilliers at gmail.com
Wed May 14 17:30:07 EDT 2008
> Dave Parker schrieb:
> > All of the calculators and textbooks that elementary school students
> > use, use "^" for powers.
I've never seen this symbol in textbooks. In textbooks, powers are
written using superscript.
>> Just like Flaming Thunder does. I haven't
> > seen "**" for powers since FORTRAN.
I haven't seen any language using '^' as the power operator so far -
but I've seen quite a lot of them using it as the bitwise XOR operator.
More information about the Python-list
mailing list