[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Another luajit crash report
- From: Mike Pall <mikelu-1104@...>
- Date: Wed, 6 Apr 2011 00:30:10 +0200
David Kastrup wrote:
> Mike Pall <mikelu-1104@mike.de> writes:
> > Note that storing numbers as floats is rarely beneficial. The
> > actual computations are performed as doubles.
>
> Aren't you confusing K&R C (does every calculation in double) with ANSI
> C (does float-only calculations in float, though literals without f
> suffix are constants of type double and thus cause double calculations).
We're not talking about C here.
--Mike