Power

Name

Power -- Raises a number to a power

Synopsis

Power[x->NUMBER, y->NUMBER] =: NUMBER 

Description

Power raises x to the power y. Power is not implemented for the case where x is a rational, and y is not an integer.

Short form

x ^ y

See also

Exp, Log.