Difference between revisions of "Translations:Expressions/169/en"

From TaticView
Jump to: navigation, search
(Importing a new version from external source)
 
(Importing a new version from external source)
 
Line 3: Line 3:
 
Examples:
 
Examples:
 
   '''POW("Profit")''' - Returns the power of the ''Profit'' value.
 
   '''POW("Profit")''' - Returns the power of the ''Profit'' value.
 +
  '''POW("Cost"; 3)''' - Returns the power of the ''Cost'' value, raised to ''3''

Latest revision as of 14:25, 19 November 2020

Information about message (contribute)

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.

Message definition (Expressions)
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''
TranslationSyntax: 
  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.
 POW("Cost"; 3) - Returns the power of the Cost value, raised to 3