Talk:Juggler sequence: Difference between revisions

→‎Error in task: Corrected now.
(→‎Error in task: Corrected now.)
 
(2 intermediate revisions by 2 users not shown)
Line 20:
 
::: I did wonder about making the formulas a bit prettier but I'm always reluctant to use fancy formatting in case it doesn't render properly on all the different browsers people use. Also I've never been keen on the 'floor', 'ceil' and 'integer part' symbols which you need to examine quite closely to make sure that they're not just a value in square brackets. --[[User:PureFox|PureFox]] ([[User talk:PureFox|talk]]) 18:18, 19 August 2021 (UTC)
 
:::: Yeah, as far as all the different browsers in use, it's hard to test them all, especially if I can't even install them.   At this point, I'm pretty much stuck with FireFox,   which is the only browser (for me, at this point on my old software) that is working).   All the other common ones (popular ones) refuse to even install,   my host operating system is too old.   Even Microsoft I.E. (the one that came installed with my Microsoft Windows) no longer works.   Well, it works well enough to tell me that it found an error somewhere (for some websites),   a hit and miss situation.     -- [[User:Gerard Schildberger|Gerard Schildberger]] ([[User talk:Gerard Schildberger|talk]]) 18:53, 19 August 2021 (UTC)
 
== Error in task ==
<big> a[k + 1] = floor(a[k] ^ 0.5) if k is even <big> ''' ''or'' ''' </big> </big>
<big> a[k + 1] = floor(a[k] ^ 1.5) if k is odd </big>
Should be
<big> a[k + 1] = floor(a[k] ^ 0.5) if a[k] is even <big> ''' ''or'' ''' </big> </big>
<big> a[k + 1] = floor(a[k] ^ 1.5) if a[k] is odd </big>
 
:Hey, thanks for noticing that which I've corrected now on the main page. Fortunately (AFAICT) it doesn't appear to have adversely affected anyone's solution. --[[User:PureFox|PureFox]] ([[User talk:PureFox|talk]]) 07:59, 4 April 2022 (UTC)
9,476

edits