 |
Python Number pow() Method - Tutorials for COBOL, XSD, XPath, Redis, XSLT, Java XML, VBA, J
Description The method pow() returns returns the value of x y. Syntax Following is the syntax for pow() method: import math math.pow( x, y ) Note: This function is not accessible directly, so we need to import math module and then we need to call this fun
www.tutorialspoint.com |
 |