lua-users home
lua-l archive

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


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