6 years ago
For those wondering why your bids aren't working properly, it's because of the data type the site uses to store the bid amount. To put simply, it only allows 6 significant digits, anything after that has to be zeros, it will round down or up as necessary. so if you bid 1111110000001 it will round down to 1111110000000, if you bid 1111114000000, it will still round down to 1111110000000, if you bid 1111116000000, it will round up to 1111120000000. The number of zeros is dictated by an exponent, s
Log in to reply to ZippySqrl...