FORMULA LANGUAGE


Examples: @Power
1. This example returns 8 (2 raised to the power of 3, or 23).
2. This example returns -8 (-2 raised to the power of 3, or -23).
3. This example returns 0.125 (2 raised to the power of -3, or 2-3).
4. This example returns 8 and -8 in a list.
See Also