Articles → Python → Math.Pow Function In Python
Math.Pow Function In Python
Purpose
Example
import math
# 3 raise to the power 2 i.e. multiple 3, 2 times.
print("Math.Pow -" , math.pow(3,2))
Output
Posted By - | Karan Gupta |
|
Posted On - | Friday, April 19, 2019 |