https://bugzilla.wikimedia.org/show_bug.cgi?id=43451
--- Comment #2 from Sam Reed (reedy) <[email protected]> --- (In reply to comment #1) > If we really want to solve bug 6068, it might be best to keep "mod" with the > old rounding behavior and to introduce a new "fmod" operator. Change > I6114c6e7 > will do that. I came across https://www.mediawiki.org/wiki/Extension:ParserFunctions/Extended when looking into this (which has an fmod too) I wonder if we should pull some other functions from it into ParserFunctions itself... 'Further it includes the PHP functions abs, floor, ceil, fmod, and sqrt, and a function idiv which applies conversion to an integer by the PHP function "(int)" (rounding towards zero) to the quotient of the arguments.' -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
