power operator
Closed this issue · 3 comments
simzer commented
'Power of' operator would be usefull. (** perhaps)
subogero commented
foo *\* barmeans
foo \* _ \* barmultiplying the last result with foo and bar.
What about ^? We don't have any logical operators anyway.
simzer commented
I think ^ is a good choice.
subogero commented
Implicit float conversion only if the power is negative of float.
Otherwise stay integer.