Difference between revisions of "Translations:Templates/20/en"

From meteoplug
Jump to: navigation, search
(Importing a new version from external source)
 
(Importing a new version from external source)
 
Line 21: Line 21:
 
|-
 
|-
 
|'''sqrt()''', '''log()''', '''exp()''', '''sin()''', '''asin()''', '''cos()''', '''acos()''', '''tan()''', '''atan()''', '''atan2()''', '''abs()''', '''fabs()''', '''floor()''', '''ceil()''', '''round()'''
 
|'''sqrt()''', '''log()''', '''exp()''', '''sin()''', '''asin()''', '''cos()''', '''acos()''', '''tan()''', '''atan()''', '''atan2()''', '''abs()''', '''fabs()''', '''floor()''', '''ceil()''', '''round()'''
|arithmetic functions: square root, logarithm, logarithmic exponent, sinus, arcus sinus, cosinus, arcus cosinus, tangens, arcus tangens, arcus tangens2, absolute, floting point absolut, lower integer, upper integer, rounded integer
+
|arithmetic functions: square root, logarithm, logarithmic exponent, sinus, arcus sinus, cosinus, arcus cosinus, tangens, arcus tangens, arcus tangens2, absolute, floating point absolute, lower integer, upper integer, rounded integer
 
|}
 
|}

Latest revision as of 16:09, 3 January 2018

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 (Templates)
The following operators can be used within numerical expressions:
{| style="background:none" border="1" cellpadding="5" cellspacing="0"
|+ align="bottom"|''operators in increasing precedence (from top to bottom)''
! Operator / Function
! Description
|-
|'''&&''', '''||''', '''&''', '''|''' 
|logical "and", "or" operators working on value range: 1=true, 0=false
|-
|'''==''', '''=''', '''!=''', '''<>''', '''>''', '''>=''', '''<''', '''<='''
|comparison operations working on value range: 1=true, 0=false
|-
|'''+''', '''-''' 
|arithmetic operators "plus" and "minus"
|-
|'''*''', '''/''', '''%'''
|arithmetic operators "multiply", "divide" and "modulus" (which rounds the operands to integers first)
|-
|'''^'''
|arithmetic operator "power"
|-
|'''sqrt()''', '''log()''', '''exp()''', '''sin()''', '''asin()''', '''cos()''', '''acos()''', '''tan()''', '''atan()''', '''atan2()''', '''abs()''', '''fabs()''', '''floor()''', '''ceil()''', '''round()'''
|arithmetic functions: square root, logarithm, logarithmic exponent, sinus, arcus sinus, cosinus, arcus cosinus, tangens, arcus tangens, arcus tangens2, absolute, floating point absolute, lower integer, upper integer, rounded integer
|}
TranslationThe following operators can be used within numerical expressions:
{| style="background:none" border="1" cellpadding="5" cellspacing="0"
|+ align="bottom"|''operators in increasing precedence (from top to bottom)''
! Operator / Function
! Description
|-
|'''&&''', '''&#124;&#124;''', '''&''', '''&#124;''' 
|logical "and", "or" operators working on value range: 1=true, 0=false
|-
|'''==''', '''=''', '''!=''', '''<>''', '''>''', '''>=''', '''<''', '''<='''
|comparison operations working on value range: 1=true, 0=false
|-
|'''+''', '''-''' 
|arithmetic operators "plus" and "minus"
|-
|'''*''', '''/''', '''%'''
|arithmetic operators "multiply", "divide" and "modulus" (which rounds the operands to integers first)
|-
|'''^'''
|arithmetic operator "power"
|-
|'''sqrt()''', '''log()''', '''exp()''', '''sin()''', '''asin()''', '''cos()''', '''acos()''', '''tan()''', '''atan()''', '''atan2()''', '''abs()''', '''fabs()''', '''floor()''', '''ceil()''', '''round()'''
|arithmetic functions: square root, logarithm, logarithmic exponent, sinus, arcus sinus, cosinus, arcus cosinus, tangens, arcus tangens, arcus tangens2, absolute, floating point absolute, lower integer, upper integer, rounded integer
|}

The following operators can be used within numerical expressions:

operators in increasing precedence (from top to bottom)
Operator / Function Description
&&, ||, &, | logical "and", "or" operators working on value range: 1=true, 0=false
==, =, !=, <>, >, >=, <, <= comparison operations working on value range: 1=true, 0=false
+, - arithmetic operators "plus" and "minus"
*, /, % arithmetic operators "multiply", "divide" and "modulus" (which rounds the operands to integers first)
^ arithmetic operator "power"
sqrt(), log(), exp(), sin(), asin(), cos(), acos(), tan(), atan(), atan2(), abs(), fabs(), floor(), ceil(), round() arithmetic functions: square root, logarithm, logarithmic exponent, sinus, arcus sinus, cosinus, arcus cosinus, tangens, arcus tangens, arcus tangens2, absolute, floating point absolute, lower integer, upper integer, rounded integer