My favorites | Sign in
Project Home Downloads Wiki Issues
READ-ONLY: This project has been archived. For more information see this post.
Search
for
Functions  
Functions available by static methods of utility classes.
Updated Apr 12, 2012 by jackokring

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.

Mith

A 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)

Powered by Google Project Hosting