lua-users home
lua-l archive

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


Justin Cormack wrote:
> See Daurnimator for the answer. Note though that this will be slower than
> using C so you may as well do a C binding anyway (I tried this recently).

This will not be slower. It compiles down to a single multiplication.

--Mike