"^demon" changed the status of MediaWiki.r108363 to "resolved"
URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/108363

Old status:  new
> New status: resolved

Commit summary for MediaWiki.r108363:

* bug 33571: fix yottabits/s in Language::formatBitrate

Problem was caused by inexact floating-point comparisons with values returned 
from
log10(); worked around by simply duplicating the very similar code in the 
function
immediately below, which does the same thing with 1024 instead of 1000 unit 
sizes,
uses only simple division, and passes the test cases.

_______________________________________________
MediaWiki-CodeReview mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview

Reply via email to