CA Final student
311 Points
Posted on 18 June 2015
to do power function on normal calculator
for example 3^100, do
a 3*= (gives ^2)
b *= (gives ^4)
c *= (gives ^8
d *= (gives ^16
e *= (gives ^32
f *= (gives ^64
we know 64 + 32 + 4 = 100
therefore multiply the results of f*e*b