Evaluate Power of base value
Syntax
Pow{float val1,float val2}
Description
This will return power of value2 for base val1
Example
pow{2,3}
It will return 2 power 3 which is 8.