codice:
function logaritmo(argomento, base) {
   base = base || 10;
}