FORTRAN format



Hallo
Thanks to Robert and Raymond for the patches. In "commac.lisp" patch the
line (setq string (string-trim ... has one extra right bracket. After
correcting and loading, it worked. It prints however, in E format. I have
updated  f90.lisp also.
Now f90(expression) produces numbers in E format.
I want to write all the expressions in a file in f90 format. I am not very
clear how to go about, since the output of f90(exp) or fortran(exp) juts
prints on the screen and cannot be accessed. Is there a solution?

Thanking you in advance
Vijayendra




>>Hallo
>>I have a huge expression containing numbers, which I intend exporting to
FORTRAN.
>>Is there a way to change all the numbers in the expression to double
>>>precision fortran format eg. D0,D1 etc.?

>>BFLOAT(expression) does this with a difference -- it adds B0, B1 ...
>>Is it possible to change this behaviour?

>>Thanks
>>Vijayendra