FLOATING POINTS
 More complex math operations



Introduction

This tutorial app illustrates how to use JavaScript to execute more complex math operations.

Install FLOATING POINTS in your workspace by clicking here


EachScape let users perform simple addition, subtraction, multiplication and division using formatters.

To perform more complex operations - including working with decimals - you can use JavaScript.

JavaScript gives users total controls on the operations they can perform.



How it works

This tutorial app uses the EachScape JavaScript Library to use 2 variables and multiply them together.

The result can be a decimal, something which isn't possible with the simpler formatters.


Here is the very simple JS executed by the app:

This JS is associated to the Event of 'Add Them' in the app:

 


Learn More

- Using JavaScript in EachScape