Math.pow( number base, unsigned int exp ) Calculate `base` to the power or `exp` @return number Math.pow.return @param number base base @param unsigned int exp exponent: must be non-negative integer @example Math.pow( 2, 3 ) 8
@author mathphysicscomputer @authorEmail math.physics.computer@gmail.com