Funzione statica
Nativa
math.log
Returns the inverse of this. <code>math.exp(1)</code> returns <code>e</code>
Non ancora tradotto
Sintassi
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