Start | mathexp2
 

math.exp2(x)



Returnerar 2x
import math print(math.exp2(4))
13.056993484497 ms