[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: mathlib
- From: Tim Channon <tc@...>
- Date: Fri, 04 Apr 2014 03:47:28 +0100
I use all of them.
On 03/04/2014 21:35, Roberto Ierusalimschy wrote:
> 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
>
>