Skip to content

OpenBIMRL | Mathematical operator functions

Class path: math.operators.divide

Division

divide1.png

Description

The division node performs a division with two numbers.

Input

Input Name Type Description
0 A Number Number that is divided (Dividend)
1 B Number Number by which is divided (divisor)

Output

Output Name Type Description
0 A/B Number Result of the division (quotient)

Use/Example

divide2.png

Node representation with sample values

Sample file

Download of a sample file so that the user can test the usage himself