lua-users home
lua-l archive

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


> If you are suggesting something along the lines of "keep math as-is,
> maybe deprecate pow()", and add a loadable mathx library, then +1

Repeating ourselves: our suggestion involves moving sinh, cosh, and tanh
from mathlib to the loadable mathx library (which already exists [1]), as
we do not see (and nobody really addressed that specific point until
now) them being more used/important/basic/whatever than several other
functions there.

[1] http://lua-users.org/lists/lua-l/2008-04/msg00435.html

-- Roberto