Re: [fricas-devel] Output of Float

2024-04-26 Thread Waldek Hebisch
On Sun, Apr 14, 2024 at 11:00:33AM +0200, Grégory Vanuxem wrote: > Le sam. 13 avr. 2024 à 21:05, Waldek Hebisch a écrit : > > > > On Sun, Apr 07, 2024 at 06:05:39AM +0200, Grégory Vanuxem wrote: > > > > > > It is possible to modify some parameters to Float output routines, > > > what about returni

Re: [fricas-devel] Output of Float

2024-04-14 Thread Grégory Vanuxem
Hello, Le sam. 13 avr. 2024 à 21:05, Waldek Hebisch a écrit : > > On Sun, Apr 07, 2024 at 06:05:39AM +0200, Grégory Vanuxem wrote: > > > > It is possible to modify some parameters to Float output routines, > > what about returning the previous settings? For example > > outputSpacing(n) returns Vo

Re: [fricas-devel] Output of Float

2024-04-13 Thread Waldek Hebisch
On Sun, Apr 07, 2024 at 06:05:39AM +0200, Grégory Vanuxem wrote: > > It is possible to modify some parameters to Float output routines, > what about returning the previous settings? For example > outputSpacing(n) returns Void but if you want to temporarily modify > this setting, in Spad for exampl

Re: [fricas-devel] Output of Float and issue #159

2024-04-13 Thread Grégory Vanuxem
Hello Waldek, , > > And to coerce the Float to OutputForm convert(Float)@String is used. > > But with default settings the bits(n)$Float routine is used to change > > the precision in bits before performing the transformation to a string > > and it uses the mantissa which is for 8.5 (17 . -1) only

Re: [fricas-devel] Output of Float and issue #159

2024-04-12 Thread Waldek Hebisch
On Sun, Apr 07, 2024 at 06:05:39AM +0200, Grégory Vanuxem wrote: > Hello, > > I was trying to return the previous setting instead of Void for the > different outputting routines in Float (outputFixed, outputGeneral and > outputFloating), so I looked more carefully at this issue. > > Issue #159 =>

[fricas-devel] Output of Float and issue #159

2024-04-06 Thread Grégory Vanuxem
Hello, I was trying to return the previous setting instead of Void for the different outputting routines in Float (outputFixed, outputGeneral and outputFloating), so I looked more carefully at this issue. Issue #159 => https://github.com/fricas/fricas/issues/159 Basically, and more spectacularly