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

功中的一个错误()函数和版本字符串建设是固定的。
标签: Minor bugfixes
A bug in the var() function and version string
construction were fixed.

2007-01-07 08:57
1.0.7

在该版本,版权和许可证字符串编码方式的改变,使他们不会被误导,从字符串时,看到转储。包装日期和建设增加了最新资料。
标签: 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

打字和双曲正切()和acosh()函数是固定的。
标签: Minor bugfixes
Typos and the tanh() and acosh() functions were
fixed.

2006-12-31 14:38
1.0.4

一些拼写错误固定。目标是清理,并添加到生成文件。符号()函数被添加到内置的功能。
标签: 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

圆(x)和trunc(十)有固定的工作,在海湾周围的math.h.破损阶乘/伽玛函数,其实(x)的加入。
标签: 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