Math Object
The Math object in ScriptEase has a full and powerful set of methods and properties for mathematical operations. A programmer has a rich set of mathematical tools for the task of doing mathematical calculations in a script.
The methods in this section are preceded with the Object name Math, since individual instances of the Math Object are not created. For example, Math.abs() is the syntax to use to get the absolute value of a number.