lua-users home
lua-l archive

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


Mike Pall <mikelu-1104@mike.de> writes:

> 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.

Uh.  K&R Lua then.  Uh.  Never mind.

-- 
David Kastrup