Power Tile#
A tile used to rise a numeric value to the power of another.
Description#
Description
Inputs#
X#
Info
- Type
Numeric value defaults to 0Accepted types: Integer, Float, String - Usage
Wire any tile that returns a numeric or string value that does not include letters or special characters Any error will deafult the value to 0
Y#
Info
- Type
Numeric value defaults to 0Accepted types: Integer, Float, String - Usage
Wire any tile that returns a numeric or string value that does not include letters or special characters Any error will deafult the value to 0
Output#
X ^ Y#
Info
- Return
Float defaults to 0 - Usage
Will return the result of the operation
Real Signature#
Signature
- A plain language description of the function associated with the tile
def power(x, y): return x ** y