tsp-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Tsp-devel] Request for a Mathematical library.


From: Stef Euskadi
Subject: [Tsp-devel] Request for a Mathematical library.
Date: Tue, 11 Dec 2007 21:21:28 +0100

Good evening all !!

I am looking for a open source mathematical library, written in C that does
the following job :

Suppose the formula : sin ( a + cos ( 1 + 2 x phi ) ^2 )

The output of the library is a double-linked list of C structures that enables
me to compute the result as fast as possible :

\--- sin
      \-- ADD
           \-- a
           \-- pow
                \-- 2
                \-- cos
                     \-- ADD
                          \-- 1
                          \-- MULT
                                \-- 2
                                \-- phi

Any idea before I start coding something ??

--
--
Euskadi.
reply via email to

[Prev in Thread] Current Thread [Next in Thread]