Calculates the value of a number raised to a power.
Compute an exponentiation.
Parameters
the base. This value cannot be zero if y <= 0. This value cannot be negative if y is not an integral value.
the exponent.
License and Attribution
This documentation page was adapted from the Arduino Reference Documentation, which is released under a Creative Commons Attribution-ShareAlike 3.0 License.