Talk:Least common multiple: Difference between revisions

Formula made invisible to most browsers by under-tested edit at 20:13, 17 April 2016
(→‎Java solution: Nope, but it doesn't matter cause the way it is now is better)
(Formula made invisible to most browsers by under-tested edit at 20:13, 17 April 2016)
Line 27:
I suspect the intention of the java code before my edits was<lang java>for (i = MultipleOfN/m; ...)</lang> instead of <lang java>for (i = MultipleOfM/m; ...)</lang>, where the former makes somewhat more sense. --[[User:Ledrug|Ledrug]] 16:25, 22 August 2011 (UTC)
:Nope. I wanted the loop variable to start at the same multiple as it ended on before (i.e. if it multiplied n 5 times to get to the value of multipleOfN, then you'd need to divide it by n to get back to 5). The way it is now makes more sense. I was trying to think of that way, but my brain was stuck somehow. --[[User:Mwn3d|Mwn3d]] 16:32, 22 August 2011 (UTC)
 
 
==Formula hidden to most browsers by under-tested cosmetic edits at 20:13, 17 April 2016 ==
 
Under-tested cosmetic edits made to the task page at 20:13, 17 April 2016, including the injection of spaces around expressions in &lt;math&gt; tags, have left the main task description formula completely invisible to all browsers which display the graphic file version of formulae rather than processing the MathML (this is, in fact, the majority of browsers). The MediaWiki processor does not currently expect such spaces, and generates syntactically ill-formed HTML if they are introduced. Other aspects of these cosmetic edits may further compound the problem. [[User:Hout|Hout]] ([[User talk:Hout|talk]]) 21:02, 22 September 2016 (UTC)
9,655

edits