Power

This module raises a specified base to its input value and returns the
result as its output

Input Ports
	
	Operand - integer, float, double
	the value the base is raised to

Output Ports

	Result - double
	obtained by Result =  Specified Base ** Operand


Configuration Information

	Exponentiation Base - determines the base value that will be
	raised to the operand power.  Possible base values are:

	2: Result = 2 ** Operand
	e: Result = e ** Operand
	10: Result = 10 ** Operand




