<?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=%24abs</id>
	<title>$abs - 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=%24abs"/>
	<link rel="alternate" type="text/html" href="https://script.quakenet.org/wiki/index.php?title=$abs&amp;action=history"/>
	<updated>2026-05-15T01:07:27Z</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=$abs&amp;diff=4218&amp;oldid=prev</id>
		<title>Albie at 12:04, 10 November 2005</title>
		<link rel="alternate" type="text/html" href="https://script.quakenet.org/wiki/index.php?title=$abs&amp;diff=4218&amp;oldid=prev"/>
		<updated>2005-11-10T12:04:10Z</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;Returns the absolute value for N.&lt;br /&gt;
&lt;br /&gt;
 $abs(N)&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;N&amp;#039;&amp;#039; is the number you want the absolute value of.&lt;br /&gt;
* An absolute value is the distance a value has from zero.  The same effect as multiplaying all negative numbers by -1.&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
 $abs(6)    ;; Returns 6&lt;br /&gt;
 $abs(-9)   ;; Returns 9&lt;br /&gt;
 $abs(1.5)  ;; Returns 1.5&lt;br /&gt;
 $abs(-6.9) ;; Returns 6.9&lt;br /&gt;
&lt;br /&gt;
[[Category:Text and Number Identifiers]]&lt;/div&gt;</summary>
		<author><name>Albie</name></author>
	</entry>
</feed>