[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: concerning hyperbolic functions
- From: philippe.castagliola@...
- Date: Sat, 24 Jan 2015 19:04:11 +0100 (CET)
The hyperbolic functions cosh, sinh, tanh do not appear in the lua 5.3 documentation any longer.
But If I do the following :
Lua 5.3.0 Copyright (C) 1994-2015 Lua.org, PUC-Rio
> math.cosh
function: 0x10041aaf0
> math.sinh
function: 0x10041aac0
> math.tanh
function: 0x10041aa90
as you can see they are still there. Is it on purpose ?
Philippe