[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] Lua 5.3.0 (work3) now available
- From: Leo Razoumov <slonik.az@...>
- Date: Mon, 7 Jul 2014 19:57:17 -0400
On 6/20/14, Luiz Henrique de Figueiredo <lhf@tecgraf.puc-rio.br> wrote:
>> I'm sorry to see some of the math functions go.
>
> A preview of my mathx library for 5.3 is availabe at
> http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/#lmathx
>
Luiz,
lmathx is not part of the standard distribution and cannot be expected
to be present in all Lua installations.
I am still flabbergasted by the Lua's developers decision to remove
some of the C89 math functions
like cosh, sinh, tanh, etc. Is it in order to shrink the size of a
statically linked Lua executable?
--Leo--