-
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 -
Re: Possibly the goofiest MCOC bug so far
Actual programmers will mostly guess what happened here. There are three technical possibilities, but they all boil down to the same thing happening in several possible places. This is a data typing …9