At My Fingertips

Documentation

Documentation

Function from library builtins

pow(baseexponent)

powbaseexponent

Returns the result of raising a number to a power.

If a modulo is specified, the result is the remainder of the division by the modulo, efficiently computed.

basebase of the exponentiation

exponentexponent of the exponentiation

Result of the exponentiation
Code
pow(2, 3)
Result
8
Code
pow(2, 0.5)
Result
1.4142135623730951

See also pow in the official documentation

Logo of PyTamaro

PyTamaro is a project created by the Lugano Computing Education Research Lab at the Software Institute of USI

Privacy PolicyPlatform Version 4153f55 (Wed, 02 Apr 2025 06:58:19 GMT)