Search
🧮

Math

This document describes how to use the Util - Math block to operate numeric data.
Index

Operator

The operator performs operations on numeric data, such as integer and float.
Data type conversion of string is not supported.

1) Arithmetic operator

Operation symbol
Explanation
+
Add
-
Subtract
*
Multiply
Example of using a block

2)Increment and decrement operator

Operation symbol
Explanation
++
Add 1 to the entered variable.
--
Subtract 1 to the variable entered.
Example of using a block