Calculator allows you to perform complex calculations using Excel-like functions, based on the popular NPM library mathjs.
Then these calculations are stored in private data.
With the classic [Switch.Calculation:Expression=””] function, the only functions available are the basic operators '+', '-', '*', '/', '%' and 'round()'. In addition ‘round() can be misleading because it rounds to the nearest integer.
With Calculator, you will be able to use complex math function or constant such as:
ceil(10/3, 2)
round(10/3,3)
floor(10/3)
log(e)
pi
15 > 100 ? 1 : -1
15 mm > 10 inch
randomInt(1,6)
random()
gcd(20,10,15)
…