[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-gsl] searching for math expression evaluator in C
From: |
Brian Gough |
Subject: |
Re: [Help-gsl] searching for math expression evaluator in C |
Date: |
Mon, 18 Apr 2011 10:56:35 +0100 |
User-agent: |
Wanderlust/2.15.6 (Almost Unreal) Emacs/23.2 Mule/6.0 (HANACHIRUSATO) |
At Sun, 17 Apr 2011 08:08:33 +0200,
Thomas Bechtold wrote:
> im searching for a math expression evaluator (something like eval() in
> python) to evaluate strings as math expressions.
>
> I found muparser [1] and libmatheval [2]. Do you know any other lib
> usable with C?
I have used libmatheval in the past. It worked well.