MCPcopy Create free account
hub / github.com/geekcomputers/Python / power

Method power

advanced_calculator.py:67–73  ·  view source on GitHub ↗

_summary_: Get the power of numbers Returns: _type_: _description_

(self)

Source from the content-addressed store, hash-verified

65 return self.num1 / self.num2
66
67 def power(self):
68 """_summary_: Get the power of numbers
69
70 Returns:
71 _type_: _description_
72 """
73 return self.num1**self.num2
74
75 def root(self):
76 """_summary_: Get the root of numbers

Callers 1

get_arrayFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected