I want to write a conversion function for maxima, how can I begin?
Subject: I want to write a conversion function for maxima, how can I begin?
From: Robert Dodier
Date: Sun, 18 Oct 2009 14:29:08 -0600
On 10/18/09, Richard Fateman <fateman at cs.berkeley.edu> wrote:
> use the fortran() function.
See also the f90 function.
Maybe you can just compile the Fortran code and link it with your
C program instead of trying to massage the Fortran into C.
There are at least two free Fortran compilers; one in the GCC
suite and another which is a fork of GCC Fortran.
See: http://gcc.gnu.org/wiki/GFortran
best
Robert Dodier