lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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