lua-users home
lua-l archive

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


2015-05-08 1:19 GMT+02:00 Daurnimator <quae@daurnimator.com>:
> On 8 May 2015 at 06:46, Dirk Laurie <dirk.laurie@gmail.com> wrote:
>> The code is a nice illustration of several
>> features newly available in Lua 5.3.
> ....
>>    local M,E = math.frexp(dfac)
>
> math.frexp is deprecated in lua 5.3.

Let's not get me ranting on the topic of the depletion of the math library.
I've (almost) managed to forget the issue with the aid of an alias.

$ alias | grep lua
alias lua='lua -l mathx -e "math=mathx" -i'