Maths Node Section
Learn to implement and use mathematical nodes in Blup for performing various calculations in your app's logic.
Last updated
Learn to implement and use mathematical nodes in Blup for performing various calculations in your app's logic.
Last updated
The Maths section of this tool provides various nodes designed to perform arithmetic operations on different types of variables such as integers, doubles, and durations. Let's explore each node in detail.
This node is used to perform arithmetic operations like addition, subtraction, multiplication, division and many more operations on integers [which do not have a decimal point].
Operation Type | This menu allows you to specify the arithmetic operation you wish to perform on integer numbers. For instance, if you intend to perform division, select "division" from the drop-down menu. |
"A" node point | Input for the first integer number. |
"B" Node Point | Input for the second integer number. |
Use Run Trigger | Checkbox to add a run trigger to the node. |
Results | Output providing the result of the arithmetic operation. |
This node is used to perform arithmetic operations like addition, subtraction, multiplication, division and many more operations on double numbers [which have a decimal point].
Operation Type | This menu allows you to specify the arithmetic operation you wish to perform on numbers. For instance, if you intend to perform addition, select "addition" from the drop-down menu. |
"A" node point | Input for the first decimal number. |
"B" Node Point | Input for the second decimal number. |
Use Run Trigger | Checkbox to add a run trigger to the node. |
Results | Output providing the result of the arithmetic operation. |
This node is used to perform arithmetic operations like addition, subtraction, multiplication adn division on Duration. For example, you want to add 6 hours 32 mins and 10 hours 25 min such types of arithmetic operations can be performed with this node.
Operation Type | This menu allows you to specify the arithmetic operation you wish to perform on the duration. For instance, if you intend to perform subtraction, select "subtraction" from the drop-down menu. |
"A" node point | Input for the first duration. |
"B" Node Point | Input for the second duration. |
Use Run Trigger | Adds a run trigger to the node if checked. |
Results | Output providing the result of the arithmetic operation. |
If you have any ideas to make Blup better you can share them through our Discord community channel