Content deleted Content added
m Signing comment by 78.31.46.6 - "" |
m move new section down (and promote) |
||
Line 1:
=== bug in wikipedia underlying framework? ===▼
It appears that there are two pages:▼
a) http://en.wikipedia.org/wiki/Binary_gcd▼
(last modified: "4 January 2012 at 17:09.")▼
trying to edit that page will take you to:▼
http://en.wikipedia.org/w/index.php?title=Binary_GCD_algorithm&action=edit▼
b) http://en.wikipedia.org/wiki/Binary_GCD_algorithm▼
(last modified: "12 January 2012 at 15:34.")▼
trying to edit that page will take you to:▼
http://en.wikipedia.org/w/index.php?title=Binary_GCD_algorithm&action=edit▼
However, a) and b) appear different as a) does not reflects changes to b).▼
By manually modifying the "edit" URL from a) to:▼
http://en.wikipedia.org/w/index.php?title=Binary_gcd&action=edit▼
It appears that a) is just "#REDIRECT[[Binary GCD algorithm]]"▼
However, it does not seems to work.▼
I hope this helps (I could not find a "report a bug" thing so I'm posting here) <span style="font-size: smaller;" class="autosigned">— Preceding [[Wikipedia:Signatures|unsigned]] comment added by [[Special:Contributions/78.31.46.6|78.31.46.6]] ([[User talk:78.31.46.6|talk]]) 16:16, 12 January 2012 (UTC)</span><!-- Template:Unsigned IP --> <!--Autosigned by SineBot-->▼
== gcd(0,0) ==
Line 294 ⟶ 262:
As a further test, the code fragment as it stood (comprising <tt>((u & v) & 1) == 0</tt>) was compiled, and <tt>gcd(1,2)</tt> was called. As ''u'' and ''v'' have no two bits set in the same column, the test never became false and the code hung in a loop between lines 12–15. ''u'' <tt>|</tt> ''v'' also corresponds to the ARM code (<tt>ORRS</tt>) which has been tested. – [[User:Regregex|Regregex]] ([[User talk:Regregex|talk]]) 16:28, 11 July 2011 (UTC)
▲It appears that there are two pages:
▲a) http://en.wikipedia.org/wiki/Binary_gcd
▲(last modified: "4 January 2012 at 17:09.")
▲trying to edit that page will take you to:
▲ http://en.wikipedia.org/w/index.php?title=Binary_GCD_algorithm&action=edit
▲b) http://en.wikipedia.org/wiki/Binary_GCD_algorithm
▲(last modified: "12 January 2012 at 15:34.")
▲trying to edit that page will take you to:
▲ http://en.wikipedia.org/w/index.php?title=Binary_GCD_algorithm&action=edit
▲However, a) and b) appear different as a) does not reflects changes to b).
▲By manually modifying the "edit" URL from a) to:
▲ http://en.wikipedia.org/w/index.php?title=Binary_gcd&action=edit
▲It appears that a) is just "#REDIRECT[[Binary GCD algorithm]]"
▲However, it does not seems to work.
▲I hope this helps (I could not find a "report a bug" thing so I'm posting here) <span style="font-size: smaller;" class="autosigned">— Preceding [[Wikipedia:Signatures|unsigned]] comment added by [[Special:Contributions/78.31.46.6|78.31.46.6]] ([[User talk:78.31.46.6|talk]]) 16:16, 12 January 2012 (UTC)</span><!-- Template:Unsigned IP --> <!--Autosigned by SineBot-->
|