Skip to content

Commit a6a22da

Browse files
authored
acrolinx
1 parent aa029e0 commit a6a22da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/iot-operations/connect-to-cloud/concept-dataflow-language.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,7 @@ In this example, the conversion results in an array containing the values of `[M
539539

540540
## Available operations
541541

542-
Conversions use simple math formulas similar to those learned in middle school. Basic operators such as addition (`+`) and multiplication (`*`) are included, each following specific rules of precedence (for example, `*` is performed before `+`), which can be modified using parentheses.
542+
Conversions use simple math formulas similar to those learned in middle school. Basic operators such as addition (`+`) and multiplication (`*`) are included, each following specific rule of precedence (for example, `*` is performed before `+`), which can be modified using parentheses.
543543

544544
For more complex calculations, functions like `sqrt` (which finds the square root of a number) are also available.
545545

0 commit comments

Comments
 (0)