Accuracy of my Python “Power of” Algorithm? (very very large base and exponent)

后端 未结 0 1905
时光说笑
时光说笑 2021-01-20 01:26

Here is my program/algorithm.

class Power_Of: 
    def __init__(self, base_num, exponent):
        self.base_num = base_num
        self.exponent = exponent
          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题