Open rtoy opened 4 months ago
Imported from SourceForge on 2024-07-02 19:45:43 Created by robert_dodier on 2014-04-01 18:20:53 Original: https://sourceforge.net/p/maxima/bugs/2714/#2887
Imported from SourceForge on 2024-07-02 19:45:45 Created by r_mano on 2014-04-01 18:44:50 Original: https://sourceforge.net/p/maxima/bugs/2714/#3dc8
FWIW, in the (upcoming) Ubuntu 14.04 it is fixed. The strange thing is that maxima does not require the package GCL... is this embedded?
Imported from SourceForge on 2024-07-02 19:45:47 Created by robert_dodier on 2014-04-09 04:26:28 Original: https://sourceforge.net/p/maxima/bugs/2714/#5ee4
Maxima is compiled by GCL and the result is an executable image which contains all of GCL plus all of Maxima (that is very typical for Lisp applications). Maxima makes use of many functions in GCL, including the function which formats floats.
Imported from SourceForge on 2024-07-02 19:45:42 Created by r_mano on 2014-03-31 16:22:49 Original: https://sourceforge.net/p/maxima/bugs/2714
Problem:
then the variable
c
works correctly, but it is a bit surprising... This is out-of-the box maxima on:Thank you!