Action group: Operators
The action is designed to raise a number to the specified degree.
Property | Description | Type | Filling example | Mandatory field |
Parameters | ||||
Base, a | Base value or variable containing base | Robin.Numeric | Yes | |
Power, b | Power value or variable containing power value | Robin.Numeric | Yes | |
Results | ||||
Result | Variable containing the result of the operation | Robin.Numeric |
Root extraction can be done using fractional degree, with the numerator being the degree of the number and the denominator being the degree of the root.
You need to raise the number 8 to a power of 2, write the result to a numeric variable and display the obtained number in a dialog box.
Use the actions "Exponentiation" and "Show message".
A dialog box with the total value is displayed on the screen.