[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: RE: mathlib
- From: Thijs Schreijer <thijs@...>
- Date: Fri, 4 Apr 2014 07:12:59 +0000
> -----Original Message-----
> From: lua-l-bounces@lists.lua.org [mailto:lua-l-bounces@lists.lua.org] On
> Behalf Of Roberto Ierusalimschy
> Sent: donderdag 3 april 2014 22:36
> To: Lua list
> Subject: mathlib
>
> We are considering removing some functions from the standard math lib,
> either because we think few people use them or because they are trivially
> implemented without the library. The current list is this:
>
> - sinh, cosh, tanh: (They are quite specialized, on par with several
> other functions offered by external libraries, such as lhf's mathlibx.)
>
> - deg, rad, pow: trivially done without the library.
>
> Comments?
>
> -- Roberto
So far the costs were discussed, what are the expected gains? Smaller size? How much? Any insights?
Thijs