rtoy / maxima

A Clone of Maxima's repo
Other
0 stars 0 forks source link

decfp do not work with "display2d:false" #597

Open rtoy opened 2 months ago

rtoy commented 2 months ago

Imported from SourceForge on 2024-07-03 02:05:36 Created by pellicula on 2017-04-29 05:19:59 Original: https://sourceforge.net/p/maxima/bugs/3304


Maxima 5.39.0_2_g5a49f11_dirty http://maxima.sourceforge.net
using Lisp CLISP 2.49 (2010-07-07)
Distributed under the GNU Public License. See the file COPYING.
Dedicated to the memory of William Schelter.
The function bug_report() provides bug reporting information.
(%i1) load(decfp);
WARNING: DEFUN/DEFMACRO: redefining function DIM-BIGFLOAT in
(snip many messages)
         Z:\home\dauti\Software\maxima-code\crosscompile-windows\build\maxima-prefix\src\maxima\src\binary-clisp\numeric.fas
0 errors, 12 warnings
(%o1)
 C:\maxima-5.39.0\share\maxima\5.39.0_2_g5a49f11_dirty\share\numeric\decfp.lisp
(%i2) display2d;
(%o2)                                true
(%i3) 1.23456789L0;
(%o3)                            1.23456789L0
(%i4) display2d:false;
(%o4) false
(%i5) 1.23456789L0;
(%o5) 7.359b0
rtoy commented 2 months ago

Imported from SourceForge on 2024-07-03 02:05:37 Created by pellicula on 2017-05-01 03:14:33 Original: https://sourceforge.net/p/maxima/bugs/3304/#4607


and...

(%i1) load(decfp); (snip many messagess) (%o1) C:\maxima-5.39.0\share\maxima\5.39.0_2_g5a49f11_dirty\share\numeric\decfp.lisp (%i2) 1.23456789L0; (%o2) 1.23456789L0 (%i3) string(%); (%o3) 7.359b0