lua-users home
lua-l archive

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


 
> - long double as the lua native type - been working on this. People
>   seem horrified.... but I don't do any arithmetic to speak of other
>   than comparisons, simple counting loops, etc., I just need to move
>   data back and forth between C and lua accurately. I'm still working
>   on this.

Using long doubles on a 64bit platform is not much worse than using
doubles on a 32bits platform. It's just that people are not yet used to
them.