0
2**5
how to find expinestion
6 Antworten
+ 5
It's alos possible to use pow() function: pow(2, 5) result is 32
+ 3
2 to the power 5 => 2^5 => 32 😊
+ 2
** is the power operator. 2 to the power is 32, because 2 * 2* 2* 2* 2 is 32
+ 2
2to the power 5 that is 32
+ 1
Its 2^5=32.
+ 1
its two to the power of five= 32