Exponentiation operator: Difference between revisions

m
No edit summary
Line 1,536:
\\ in the signature and in the call
function pow(a, b as long) {
p=a-a ' make p same tyoetype as a
p++
if b>0 then for i=1& to b {p*=a}
Line 1,570:
 
</pre >
 
=={{header|M4}}==
M4 lacks floating point computation and operator definition.
Anonymous user