lua-users home
lua-l archive

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


> Does anyone use these functions? It seems very inefficient to be calling
> a function in order to perform a simple math function (that will never
> do anything different than it does now).

How frequently do you intend to use these functions? If you want to use
trigonometric functions in degrees then I suggest you adapt the math
library to do the conversion in the fly. --lhf