lua-users home
lua-l archive

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


> -----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