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


Picture showing the output of the math.pow function in python



Posted By  -  Karan Gupta
 
Posted On  -  Friday, April 19, 2019

Query/Feedback


Your Email Id
 
Subject
 
Query/FeedbackCharacters remaining 250