Difference between revisions of "Translations:Expressions/159/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:
 
   '''LOG("Profit")'''- Returns the logarithm of the field ''Profit''
 
   '''LOG("Profit")'''- Returns the logarithm of the field ''Profit''
 +
  '''LOG("Price";2)''' - Returns the logarithm of the ''Price'' field in base ''2''

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:
  LOG(<expression>;<base>)
Examples:
  '''LOG("Profit")'''- Returns the logarithm of the field ''Profit''
  '''LOG("Price";2)''' - Returns the logarithm of the ''Price'' field in base ''2''
TranslationSyntax:
  LOG(<expression>;<base>)
Examples:
  '''LOG("Profit")'''- Returns the logarithm of the field ''Profit''
  '''LOG("Price";2)''' - Returns the logarithm of the ''Price'' field in base ''2''

Syntax:

 LOG(<expression>;<base>)

Examples:

 LOG("Profit")- Returns the logarithm of the field Profit
 LOG("Price";2) - Returns the logarithm of the Price field in base 2