Arithmetic/Integer: Difference between revisions

include the exponentiation operator
(print operations as well as results)
(include the exponentiation operator)
Line 1,721:
print(paste('a%/%b=', a%/%b))
print(paste('a%%b=', a%%b))
print(paste('a^b=', a^b))
</lang>
 
Anonymous user