FORMULA LANGUAGE
Examples: @Power
1. This example returns 8 (2 raised to the power of 3, or 2
3
).
@Power(2;3)
2. This example returns 8 (-2 raised to the power of 3, or 2
3
).
@Power(2;3)
3. This example returns 0.125 (2 raised to the power of 3, or 2
3
).
@Power(2;3)
4. This example returns 8 and -8 in a list.
@Power(2 : -2; 3)
See Also
@Power
Glossary
Feedback on
Help
or
Product Usability
?
Help on Help
All Help Contents
Glossary