discuss@lists.openscad.org

OpenSCAD general discussion Mailing-list

View all threads

echo error

RP
Ronaldo Persiano
Wed, Oct 21, 2020 5:54 AM

I thought it had been solved but with the stable OpenSCAD version I still
find:

x =  2.54807e-10;
echo(x); // ECHO:   2.54807e-1
I thought it had been solved but with the stable OpenSCAD version I still find: x = 2.54807e-10; echo(x); // ECHO: 2.54807e-1
NH
nop head
Wed, Oct 21, 2020 6:11 AM

It is fixed in the version I have which is a fairly recent snapshot. I
think the fix was after the last release.

On Wed, 21 Oct 2020 at 06:55, Ronaldo Persiano rcmpersiano@gmail.com
wrote:

I thought it had been solved but with the stable OpenSCAD version I still
find:

 x =  2.54807e-10;
 echo(x); // ECHO:   2.54807e-1

OpenSCAD mailing list
Discuss@lists.openscad.org
http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org

It is fixed in the version I have which is a fairly recent snapshot. I think the fix was after the last release. On Wed, 21 Oct 2020 at 06:55, Ronaldo Persiano <rcmpersiano@gmail.com> wrote: > I thought it had been solved but with the stable OpenSCAD version I still > find: > > x = 2.54807e-10; > echo(x); // ECHO: 2.54807e-1 > _______________________________________________ > OpenSCAD mailing list > Discuss@lists.openscad.org > http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org >