<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://script.quakenet.org/wiki/index.php?action=history&amp;feed=atom&amp;title=%24bitoff</id>
	<title>$bitoff - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://script.quakenet.org/wiki/index.php?action=history&amp;feed=atom&amp;title=%24bitoff"/>
	<link rel="alternate" type="text/html" href="https://script.quakenet.org/wiki/index.php?title=$bitoff&amp;action=history"/>
	<updated>2026-05-15T02:12:09Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.0</generator>
	<entry>
		<id>https://script.quakenet.org/wiki/index.php?title=$bitoff&amp;diff=4786&amp;oldid=prev</id>
		<title>Aca20031 at 16:07, 10 May 2008</title>
		<link rel="alternate" type="text/html" href="https://script.quakenet.org/wiki/index.php?title=$bitoff&amp;diff=4786&amp;oldid=prev"/>
		<updated>2008-05-10T16:07:41Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Bitoff returns the given number with the Nth bit turned off.&lt;br /&gt;
&lt;br /&gt;
 $bitoff(decimal number, N)&lt;br /&gt;
&lt;br /&gt;
* Decimal number is the number to perform the operation on given in decimal form (Base 10)&lt;br /&gt;
* N is the bit to turn off.&lt;br /&gt;
&lt;br /&gt;
==Example==&lt;br /&gt;
 $bitoff(5,3)&lt;br /&gt;
&lt;br /&gt;
The binary value of 5 is taken&lt;br /&gt;
 00000101&lt;br /&gt;
&lt;br /&gt;
And the third bit is turned off (third from the right)&lt;br /&gt;
 00000001&lt;br /&gt;
&lt;br /&gt;
 Returns: 1&lt;br /&gt;
&lt;br /&gt;
[[Category:Bitwise Identifiers]]&lt;/div&gt;</summary>
		<author><name>Aca20031</name></author>
	</entry>
</feed>