- #1
Hippasos
- 75
- 0
let u = undefined
Let n be any integer
n / 0 = u
n = 0 / u
n = 0
Can we really do arithmetic operations with undefined? I assume the operation is however made when we declare: n / 0 = undefined.
is there any simple explanation for the fact that other operations with zero are defined except division by it?
Let n be any integer
n / 0 = u
n = 0 / u
n = 0
Can we really do arithmetic operations with undefined? I assume the operation is however made when we declare: n / 0 = undefined.
is there any simple explanation for the fact that other operations with zero are defined except division by it?