min
min
min(a, b, [c] )
Ritorna il minimo della serie di valori passati come argomenti.
Esempio 1. Esempio min
print("min(3,7) = " .. min(3,7))
assert(min(3,7) == 3)
Created with the Personal Edition of HelpNDoc: Write eBooks for the Kindle
min(a, b, [c] )
Ritorna il minimo della serie di valori passati come argomenti.
Esempio 1. Esempio min
print("min(3,7) = " .. min(3,7))
assert(min(3,7) == 3)
Created with the Personal Edition of HelpNDoc: Write eBooks for the Kindle