What is Exponentiation | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 3

What is Exponentiation

Please i am struggling with this give me a simple explanation (ಥ_ಥ)

25th May 2019, 7:29 AM
'L'
'L' - avatar
11 Réponses
+ 8
Alan, you might've studied exponents/powers in maths. This is the same thing. When a no. 'a' is raised to the power 'b', it is said to be in the form 'a^b', which is the same as 'a*a*a*...... b times'. It is denoted as 'a**b' in Python. So, for example, 3**4 = 3*3*3*3 = 81. Hope it helps.
26th May 2019, 11:41 AM
Kainatic [Mostly Inactive Now]
Kainatic [Mostly Inactive Now] - avatar
+ 4
Exponentiation means "power" If something is raised to some power then we use exponentiation symbol (**) to denote it For eg : 2**3= 2*2*2=8 It just means that no. Multiplied by that no. Given no. Of times Thanks
25th May 2019, 9:51 AM
Prince PS[Not_Active]
Prince PS[Not_Active] - avatar
+ 4
Thanks Sonic for telling me.😘
27th May 2019, 6:21 AM
'L'
'L' - avatar
+ 3
MASTER
25th May 2019, 7:45 AM
'L'
'L' - avatar
+ 3
Now i understand
25th May 2019, 7:45 AM
'L'
'L' - avatar
+ 3
For example 2**5 it means 2*2*2*2*2 Thank you sooo much!!!
25th May 2019, 7:46 AM
'L'
'L' - avatar
+ 3
Prince PS thank you so much 😗
25th May 2019, 11:31 AM
'L'
'L' - avatar
+ 3
Thanks for telling now i know kianatic 😏
27th May 2019, 3:52 AM
'L'
'L' - avatar
+ 3
The power is also called the exponent.
27th May 2019, 6:20 AM
Sonic
Sonic - avatar
+ 2
Welcome and happy to help u😊😊
25th May 2019, 12:16 PM
Prince PS[Not_Active]
Prince PS[Not_Active] - avatar