/
ColdC/Functions/
ColdC/Structure/
<head><title>ColdC: Function/Method Reference: abs()</title></head>

<body>

<h1 align=center><a href="/ColdC/">ColdC</a>: <a href="/ColdC/Functions/">Function/Method Reference</a>: abs()</h1>

<hr>

<p>
<font size=+1><i>INTEGER</i> <b>abs</b>(<i>INTEGER <b>number</b></i>)</font>

<p>This function returns the absolute value of <VAR>number</VAR>.
<P>
Examples:

<blockquote>  
<PRE>
abs(-6)
=> 6
abs(7)
=> 7
</PRE>
</blockquote>

<p><hr size=4><p align=center><i>Last Modified on 24 Mar 1996</i>
<br><i>Copyright &copy; 1995, 1996, Brandon Gillespie</i>
</body>