lua-users home
lua-l archive

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


You could easily do it like this:
printteri(chain(1).exp.cosh())

On Tue, 4 Jul 2017 at 9.06 Thomas Jericke <tjericke@indel.ch> wrote:
On 04.07.2017 05:53, Dirk Laurie wrote:
print((1):exp():cosh())
Add my patch and it becomes

print(1:exp:cosh)

--
Thomas (http://lua-users.org/wiki/ThomasJericke)