log

log(n)

Ritorna il logaritmo naturale del numero <n>.

Esempio 1. Esempio log

print("log(10) = " .. log(10))
assert(log(10) > 2.3)

Created with the Personal Edition of HelpNDoc: Full-featured Documentation generator