exponent.py

exponent.square(base)[source]

Returns the square of base.

exponent.cube(base)[source]

Returns the square of base.

exponent.cuberoot(base)[source]

Returns the cube root of base. Requires the math module.

exponent.calc(base, power)[source]

Returns base raised to the power power.

Previous topic

shapes.py

This Page