please explain powr fnc
Please explain powr fnc
sorry i missed your doubt

property used is
a^b = square of (a^(b/2)) if b is even
a^b = a* a^(b-1) if b is odd
what thing is problematic here??
i will explain that
dry run it once
please explain powr fnc
sorry i missed your doubt

property used is
a^b = square of (a^(b/2)) if b is even
a^b = a* a^(b-1) if b is odd
what thing is problematic here??
i will explain that
dry run it once