Python/Numeri: differenze tra le versioni

Contenuto cancellato Contenuto aggiunto
Riga 162:
! Operazione
! Operatore
! InteriInt
! Float
! Complex
Riga 196:
| bit and || x&y || 12&5 --> 4 || ||
|-
| bit or || <math> x | y</math> || 12|5 --> 13 || ||
|-
| bit xor || x^y || 12^5 --> 9 || ||
Riga 211:
! Operazione
! Funzione
! InteriInt
! Float
! Complex