Download List

Projeto Descrição

libeval is a simple arithmetic expression evaluator supporting addition (+), subtraction (-), multiplication (*), division (/), modulo division (\), exponentiation (), sign change (+-), percentages (%), grouping and function calls (()), scalar numeric variables, and user defined functions. The evaluator and accompanying symbol table can be accessed from standard C code and are available in both static and shared libraries.

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.

2007-01-15 08:55
1.0.8

Um bug no Var () e construção seqüência de versão foram corrigidos.
Tags: Minor bugfixes
A bug in the var() function and version string
construction were fixed.

2007-01-07 08:57
1.0.7

A maneira que as cordas versão, direitos autorais e licença são codificados foi alterado de modo que não seria enganoso quando visto de uma seqüências de despejo. Data de pacote e compilar informações de data foi adicionado.
Tags: Minor bugfixes
The way that version, copyright, and license
strings are encoded was changed so that they
wouldn't be misleading when seen from a strings
dump. Package date and build date information was
added.

2007-01-05 09:34
1.0.5

Typos e tanh () e acosh funções () foram corrigidos.
Tags: Minor bugfixes
Typos and the tanh() and acosh() functions were
fixed.

2006-12-31 14:38
1.0.4

Alguns erros foram corrigidos. Alvos eram limpos e adicionado ao makefile. O sinal da função () foi adicionado à funções embutidas.
Tags: Code cleanup
Some typos were fixed. Targets were cleaned up and
added to the makefile. The sign() function was
added to the built-in functions.

2006-12-26 08:27
1.0.3

round (x), trunc (x) foram fixadas para contornar rupturas em math.h. GCC A função gama fatorial /, fato (x), foi adicionado.
Tags: Major bugfixes
round(x) and trunc(x) were fixed to work around breakages in GCC's math.h. A factorial/gamma function, fact(x), was added.

Project Resources