|
|
|
NOTE: This Design document is subject to change at any time. |
zApp contains a powerful math library that is available to any scripting language. This allows you to use the scripting language of your choice based upon familiar syntax rather than because of which language contains which math function.
The functions in the math library are accessed via the built-in math object name. For example, in VBScript or Javascript, you would access the Sqrt math function using the notation math.Sqrt. In Perl, this syntax would be math->Sqrt.
Select a math function from the list on the left for more information on it. |
|