Math Tablet includes a powerful scripting language
which lets you write your own programs directly in
Math Tablet. Scripts can be run directly from the
workspace where you created them, or called as
functions from other workspaces. This makes it
easy to create and add custom functions unique to
your applications.
Math Tablet’s scripting language includes
Local and global variables
Recursion
For, While and If-Then-Else constructs
Full access to all of Math Tablet’s built-in and
module functions
The example shows a simple script for filtering an
array using a 3 point moving average.