Python cryptography, Rust, and Gentoo
Python cryptography, Rust, and Gentoo
Posted Feb 13, 2021 15:59 UTC (Sat) by mafrasi2 (guest, #144830)In reply to: Python cryptography, Rust, and Gentoo by Wol
Parent article: Python cryptography, Rust, and Gentoo
> (One of the problems people have with infinity(s) is that there are so many, and you can't mix them ... :-)
Division by zero is *not* a common mathematical operation. It is literally undefined in mathematics as well.
In fact, it is absolutely fundamental that it is undefined, because otherwise you could do for any number x
x / 0 = infinity
x = infinity * 0
which would mean that any number is equal to any other number (because they all equal infinity * 0 and equality is transitive).
