Riferimento API di nanos world Documentazione italiana non ufficiale
Documentazione ufficiale
Funzione statica Condiviso Nativa

math.log

Returns the inverse of this. <code>math.exp(1)</code> returns <code>e</code>

Non ancora tradotto

Sintassi

Lua
math.log(x, base)

Parametri

Nome Tipo Predefinito Descrizione
x number The value to get the base from exponent from.
base number The logarithmic base.

Valore restituito

  • number