Can anyone tell me what is exponentation | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Can anyone tell me what is exponentation

pleasw I'm new

3rd Aug 2018, 3:38 PM
Steve
3 Answers
+ 10
5**3 = 5*5*5 4**4 = 4*4*4*4......
3rd Aug 2018, 4:28 PM
Valen.H. ~
Valen.H. ~ - avatar
+ 1
simply raising a number to the power of another. In python: 2 ** 2 = 4 In Java: Math.Pow(2, 3) = 8 etc etc
19th Aug 2018, 8:24 AM
Charlie
0
Thank you for the knowledge just starting learn Python and my math skills needs to brush up
17th Aug 2018, 6:29 PM
Wilson Santiago
Wilson Santiago - avatar