3-1-Functions:Abs

last edited byusericonlmajano on 23-Aug-2009

Contents

Abs

Description

Provides the <b>abs</b>olute value (Modulus) of the supplied Real number - i.e. removes the sign if number is negative.

Category

Mathematical

Implemented

Usage Syntax

Abs(number[,test])

Return Information

Return Type Return Description
number Returns the absolute value of the supplied number.

Arguments

Name Type Required Position Default Description
number number Yes 1
test number No 2

Example Usage

#Abs(5)# -> 5
#Abs(-5)# -> 5
#Abs(-3.14)# -> 3.14

 
Download in other Formats:
markup Markup | pdf PDF | html HTML | word Word

comments Comments (0)

You need to login in order to comment!