New submission from Martin Geisler <[EMAIL PROTECTED]>: In ComparisonToft07Mixin.convert_bit_share a local function is defined. It starts with a comment that says "TODO: Don't do log like this...".
Tomas, would you please figure out if there is any reason why the standard math.log is not used instead? It accepts a base argument, so I think math.log(x, 2) does the same as your function. ---------- assignedto: t.toft messages: 38 nosy: mg, t.toft status: unread title: Do log right ____________________________________ VIFF Issue Tracker <[EMAIL PROTECTED]> <http://tracker.viff.dk/issue24> ____________________________________ _______________________________________________ viff-devel mailing list (http://viff.dk/) [email protected] http://lists.viff.dk/listinfo.cgi/viff-devel-viff.dk
