|
Functions
Functions available by static methods of utility classes.
The package uk.co.peopleandroid.jarvar.functions contains some classes which implement static methods to perform useful utility functions. The functions are written so as not to need an understanding of the Scripting API, or any explicit need to use the Compiler class to compile ScriptLanguage. The intent is to provide some essential functionality for a Java applications programmer. They naturally complement direct programming in the foundation API. MithA class containing some of the functions not available in J2ME on some phones. These classes are used through out to maintain device abstraction. Not all trigonometry is passed through to ScriptLanguage, but enough to make words, if needed. Includes static methods. atan(double)exp(double)log(double)powi(double, int) | |