====== Pwr function ====== ==== Description ==== Calculates the value of an expression raised to the specified power. ==== Syntax ==== //value// = **Pwr**(//expression//, //power//) ==== Returns ==== The value of the expression raised to the specified power. ==== See Also ==== [[exp|EXP() function]], [[ln|LN() function]], [[sqrt|SQRT() function]] ==== Example ==== * After this example, X=9 X=Pwr(3,2)