POWER Overloaded Power Operator
Section: Object Oriented Programming
Usage
This is a method that is invoked when one variable is raised to another variable using the dot-power operator, and is invoked when you callc = power(a,b)
or
c = a.^b
Section: Object Oriented Programming
c = power(a,b)
or
c = a.^b