This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Syntax: POW(<expression>; <exponent>) Examples: '''POW("Profit")''' - Returns the power of the ''Profit'' value. '''POW("Cost"; 3)''' - Returns the power of the ''Cost'' value, raised to ''3''
Syntax:
POW(<expression>; <exponent>)
Examples:
POW("Profit") - Returns the power of the Profit value.