Abs

Description

Returns the absolute value of a number. The absolute value of a number is the number without its sign.

Category

Mathematical functions

Syntax

Abs(number) 

See also

Sgn

Parameters

Parameter
Description
number
A number

Example

<!--- This example shows how to use the ABS function --->
<html>
<head>
<title>
Abs Example
</title>
</head>

<body bgcolor = silver>
<H3>Abs Example</H3>

<P>The absolute value of the following numbers:
1,3,-4,-3.2,6 is 
<cfoutput>
#Abs(1)#,#Abs(3)#,#Abs(-4)#,#Abs(-3.2)#,#Abs(6)#
</cfoutput>

<P>The absolute value of a number is the number without its sign.

</body>
</html>

LiveDocs comments are not longer enabled for ColdFusion 5.0. Please use one of the following resources instead.

ColdFusion 8 | ColdFusion MX 7 | ColdFusion MX 6.1 | ColdFusion MX | Forums | Developer Center | Bug Reporting

Version 5.0