Difference between revisions of "Translations:Expressions/176/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:
 
   '''SQRT("Profit")''' - Returns the square root of the value ''Profit''
 
   '''SQRT("Profit")''' - Returns the square root of the value ''Profit''
 +
  '''SQRT(81)''' - Returns the square root of ''81''

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: 
  SQRT(<value or expression>)
Examples:
  '''SQRT("Profit")''' - Returns the square root of the value ''Profit''
  '''SQRT(81)''' - Returns the square root of ''81''
TranslationSyntax: 
  SQRT(<value or expression>)
Examples:
  '''SQRT("Profit")''' - Returns the square root of the value ''Profit''
  '''SQRT(81)''' - Returns the square root of ''81''

Syntax:

 SQRT(<value or expression>)

Examples:

 SQRT("Profit") - Returns the square root of the value Profit
 SQRT(81) - Returns the square root of 81