Download List

專案描述

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

A bug in the var() function and version string
construction were fixed.
標籤: Minor bugfixes

2007-01-07 08:57
1.0.7

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.
標籤: Minor bugfixes

2007-01-05 09:34
1.0.5

Typos and the tanh() and acosh() functions were
fixed.
標籤: Minor bugfixes

2006-12-31 14:38
1.0.4

Some typos were fixed. Targets were cleaned up and
added to the makefile. The sign() function was
added to the built-in functions.
標籤: Code cleanup

2006-12-26 08:27
1.0.3

round(x) and trunc(x) were fixed to work around breakages in GCC's math.h. A factorial/gamma function, fact(x), was added.
標籤: Major bugfixes

Project Resources