The Math Package supports different mathematical functions in the JavaScript notation. It is based on the JavaScript library Math.js.
Top Benefits
Execute mathematical calculations in one action
Convert numbers from one unit to another like km to miles
Work with variables to build more complex calculations
Actions
Parse mathematical expessions and evaluates these
With the package actions you can describe and execute mathematical function in the JavaScript notation. It is based on the JavaScript library Math.js https://mathjs.org
Sample expressions
4+4/2 = 6
(4+4)/2 = 4
x=2 ; y=3; z=x^2+y^2+sin(x) = [274.625]
90km in miles = 55.9234 miles
sin(90 deg) + tan(45 deg) = 2
sqrt(4)+3^3 = 29
pi = 3.14159
The source code for this package is available on the Automation Anywhere GitHub page
See the Package in Action
Setup process
Install
Download the Package and follow the instructions to install it in your AAE Control Room.
Configure
Use the Package in a bot, configure keys and other credentials the Package will need (see the ReadMe for details.)
Run
That's it - now the Package is ready to get going!