-
Re: Possibly the goofiest MCOC bug so far
Actually, the rabbit hole of computer equations is: what does “equals” mean? Does it mean the value of X is exactly identical to Y? Does it mean the value of X is computationally identical to Y? Does…1 -
Re: Possibly the goofiest MCOC bug so far
Sure, why not. In decimal, we have the standard decimal notation for big and small numbers. We express that number as a single digit plus decimals, and an exponent that represents ten to the power of…5 -
Re: Possibly the goofiest MCOC bug so far
In this case, I’m saying “double” to refer to double precision floating point representation, which (in this case) is 64 bit floating point. Single precision floating point, which is a thing, is 32 b…2 -
Re: Rank down tickets
Then progressional games are probably not for you. The idea that someone has already gathered the materials to rank up a champ so they don't want to do it again, they just want to recycle those …3 -
Re: Possibly the goofiest MCOC bug so far
All of those are, in fact, type conversion errors, not text (UTF-8 or otherwise) encoding errors. Since this has gone from being a joke to being a programming course, might as well go all in. For the…4