Skip to content

OpenBIMRL | Mathematical operator functions

Class path: math.operators.power

Power

power1.png

Description

The power node calculates the power of two numbers.

Input

Input Name Type Description
0 A Number The number that is exponentiated (base)
1 B Number The number by which the power is raised (exponent)

Output

Output Name Type Description
0 A^B Number Result of the power (power value)

Use/Example

power2.png

Node representation with sample values

Sample file

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