Has anyone written a function like fortran() except for C/C++?
Subject: Has anyone written a function like fortran() except for C/C++?
From: Dan Stanger
Date: Thu, 13 Aug 2009 19:59:41 -0400
There is gentran, which needs some work under the current maxima. It
should be in the current cvs.
Regards,
Dan Stanger
David Ronis wrote:
> The subject says it all. For what it's worth, it seems like it should
> be easy (at least for C); the main changes are some function names and
> replacing things like x^y by pow((double)(x), (double)(y))
> instead of (x)**(y).
>
> David
>
> _______________________________________________
> Maxima mailing list
> Maxima at math.utexas.edu
> http://www.math.utexas.edu/mailman/listinfo/maxima
>
>