+ 1

[DUPLICATE] What is **

10th Jan 2018, 3:33 AM
Adnan
8 Answers
+ 9
You can also use the pow() function 2**3 == pow(2, 3) == 2 * 2 * 2 == 8
10th Jan 2018, 4:48 AM
David Ashton
David Ashton - avatar
+ 5
It's exponentiation 2**3==8 3**3=27
10th Jan 2018, 4:16 AM
᠌᠌Code X
᠌᠌Code X - avatar
+ 5
@Hatsy Mark as DUPLICATE
10th Jan 2018, 4:58 AM
👑 Prometheus 🇾🇬
👑 Prometheus 🇾🇬 - avatar
+ 3
That is the operation for exponents. For example, 2**4 is the same as saying 'two to the power of four', which multiplies 2 by itself 4 times (2×2×2×2).
10th Jan 2018, 3:39 AM
Faisal
Faisal - avatar
+ 2
raise a number to a power. example= (2x2x2x2)=2**4
10th Jan 2018, 5:30 AM
RaĂșl Almagro
RaĂșl Almagro - avatar
0
** is used to calculate powers. 5**2 = 25
11th Jan 2018, 10:22 AM
Kalyani Das
Kalyani Das - avatar
- 1
2⁎
11th Jan 2018, 2:23 AM
Marko Ilijic