Download List

Projeto Descrição

ExpressionJ is a Java library for interpreting simple numeric expressions, which may be used in all applications that have to combine numeric values but do not want to use full-blown scripting languages.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2012-03-06 07:53 Back to release list
0.8.6

Esta versão adiciona a função MOD (uma % b) e a função ABS. Certifica-se de que apenas ParserExceptions são lançadas pelo analisador (outras exceções que podem ser lançadas são encapsuladas).
Tags: Minor
This release adds the MOD function (a % b) and the ABS function. It makes sure that only ParserExceptions are thrown by the parser (other Exceptions that may be thrown are encapsulated).

Project Resources