0

For example:

$ 2^3 = 2 \cdot 2 \cdot2 $

But what about a fractional power such as:

$$ 2^{2/3} = ? $$

1) How would I explain this?

2) How would I find value?

3) How would computers calculate this number?

Hyperion
  • 899
Jundullah
  • 17
  • 8
  • The first line is not a definition, rather the result of the definition for integers. 2. By plugging in the value of the definition of an exponential function. 3. As far as I know they use power series approximation due to the fact that we know the accuracy of number of decimal places by the number of terms it calculates.
  • – Matthew Liu Feb 08 '19 at 16:07
  • @MatthewLiu Can you elaborate question 3? – Jundullah Feb 08 '19 at 16:35